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, 1 insertions, 2 deletions
diff --git a/blog/templates/blog/blog_index_page.html b/blog/templates/blog/blog_index_page.html
index 355dafd..8bc110d 100644
--- a/blog/templates/blog/blog_index_page.html
+++ b/blog/templates/blog/blog_index_page.html
@@ -24,9 +24,8 @@
{% image post.main_image fill-750x300-c100 class="card-img-top" %}
{% endif %}
<div class="card-body">
- <h2 class="card-title">{{ post.title }}</h2>
+ <a href="{% pageurl post %}"><h2 class="card-title">{{ post.title }}</h2></a>
<p class="card-text">{{ post.intro }}</p>
- <a href="{% pageurl post %}">Read Post</a>
</div>
<div class="card-footer text-muted">
Posted on {{ post.date }}