1
0
Fork 0
forked from reudnetz/website

performance improvements:

* less redirects
* better font loading behaviour
This commit is contained in:
Yannik 2025-06-30 19:19:51 +02:00
parent 4606518627
commit 3695a29861
5 changed files with 10 additions and 8 deletions

View file

@ -5,7 +5,7 @@
{% set anleitungen = get_section(path="how-to/_index.md") %}
{% for page in anleitungen.pages %}
<li>
<a href="{{ get_url(path=page.path) }}" title="{{ page.title }}">{{ page.title }}</a>
<a href="{{ get_url(path=page.path) }}/" title="{{ page.title }}">{{ page.title }}</a>
</li>
{% endfor %}
{% endblock content %}