Update normal index

MetaPost
Øyvind Skaaden 2020-08-20 19:41:28 +02:00
parent 13f761471f
commit 29e92748b0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Andre tjenester på *GLaDOS*
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
<a href="{{ post.url | absolute_url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>