mirror of
https://github.com/welpo/tabi.git
synced 2026-02-15 23:57:19 +01:00
Revert "Attempt to add prefetch to navbar"
This reverts commit e13ade18a2.
This commit is contained in:
parent
b5d84f5435
commit
e8671cbbca
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@
|
||||||
<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