Update normal index

This commit is contained in:
Øyvind Skaaden 2020-08-20 19:41:28 +02:00
parent 13f761471f
commit 29e92748b0

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>