summaryrefslogtreecommitdiff
path: root/blog/templates/blog/blog_tag_index_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/templates/blog/blog_tag_index_page.html')
-rw-r--r--blog/templates/blog/blog_tag_index_page.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/blog/templates/blog/blog_tag_index_page.html b/blog/templates/blog/blog_tag_index_page.html
index 9a3ac8a..980c57d 100644
--- a/blog/templates/blog/blog_tag_index_page.html
+++ b/blog/templates/blog/blog_tag_index_page.html
@@ -14,9 +14,8 @@
{# Blog Post #}
<div class="card mb-4">
<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 }}