mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 11:48:45 +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) }}">
|
||||
{{ 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