mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 19:58:44 +01:00
Attempt to add prefetch to navbar
This commit is contained in:
parent
f3094ce62b
commit
e13ade18a2
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
<a class="nav-links no-hover-padding" href="{{ get_url(path=menu.url, lang=lang, trailing_slash=trailing_slash) }}">
|
<a class="nav-links no-hover-padding" href="{{ get_url(path=menu.url, lang=lang, trailing_slash=trailing_slash) }}">
|
||||||
{{ macros_translate::translate(key=menu.name, default=menu.name, language_strings=language_strings) }}
|
{{ macros_translate::translate(key=menu.name, default=menu.name, language_strings=language_strings) }}
|
||||||
</a>
|
</a>
|
||||||
|
<link rel="prefetch" href="{{ get_url(path=menu.url, lang=lang, trailing_slash=trailing_slash) }}" />
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue