Fix linking to blog articles from index.

This commit is contained in:
Sergio Martínez Portela 2023-09-16 18:42:01 +02:00
parent 59c9dfcf6b
commit 6275fc3694
2 changed files with 6 additions and 3 deletions

View file

@ -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 }}