summaryrefslogtreecommitdiff
path: root/blog/templates/blog/blog_index_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/templates/blog/blog_index_page.html')
-rw-r--r--blog/templates/blog/blog_index_page.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/blog/templates/blog/blog_index_page.html b/blog/templates/blog/blog_index_page.html
index 8bc110d..f145cde 100644
--- a/blog/templates/blog/blog_index_page.html
+++ b/blog/templates/blog/blog_index_page.html
@@ -24,8 +24,9 @@
{% image post.main_image fill-750x300-c100 class="card-img-top" %}
{% endif %}
<div class="card-body">
- <a href="{% pageurl post %}"><h2 class="card-title">{{ post.title }}</h2></a>
+ <h2 class="card-title">{{ post.title }}</h2>
<p class="card-text">{{ post.intro }}</p>
+ <a href="{% pageurl post %}" class="btn btn-primary btn-sm">Read Post &rarr;</a>
</div>
<div class="card-footer text-muted">
Posted on {{ post.date }}