Fix linking to blog articles from index.
This commit is contained in:
parent
59c9dfcf6b
commit
6275fc3694
2 changed files with 6 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
|||
{% for post in posts %}
|
||||
<div class="post-container">
|
||||
<article class="post">
|
||||
<h2 class="post-title">{{ post.title }}</h2>
|
||||
<h2 class="post-title"><a href="{{ post.link }}">{{ post.title }}</a></h2>
|
||||
<div class="post-metadata">
|
||||
<time datetime="{{ post.post_publication_date }}">
|
||||
{{ post.post_publication_date }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue