This commit is contained in:
m
2026-03-15 03:50:35 +01:00
parent dc94615164
commit f2c9c04be5
2 changed files with 3 additions and 5 deletions

View File

@@ -8,10 +8,7 @@
<div class="blog-preview">{{ post.content | striptags | truncate(200) }}</div>
<a
class="btn btn-read-more"
href="{{ url_for('post_detail', post_id=post.id) }}"
>
<a class="btn-read-more" href="{{ url_for('post_detail', post_id=post.id) }}">
Read More
</a>