forked from reudnetz/website
performance improvements:
* less redirects * better font loading behaviour
This commit is contained in:
parent
4606518627
commit
3695a29861
5 changed files with 10 additions and 8 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue