mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 11:48:45 +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) }}">
|
||||
{{ macros_translate::translate(key=menu.name, default=menu.name, language_strings=language_strings) }}
|
||||
</a>
|
||||
<link rel="prefetch" href="{{ get_url(path=menu.url, lang=lang, trailing_slash=trailing_slash) }}" />
|
||||
</li>
|
||||
{% endfor %}
|
||||
{%- endif -%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue