read more

This commit is contained in:
m
2026-03-14 21:22:01 +01:00
parent 23ff7da17e
commit 189c423e03
2 changed files with 15 additions and 1 deletions

View File

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