btn pos
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user