mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2026-01-09 21:27:56 -05:00
10 lines
280 B
HTML
10 lines
280 B
HTML
<li class="hover:opacity-50">
|
|
{% if nav.type == "local" %}
|
|
<a class="nav__link" href="{{ nav.link }}">{{ nav.title }}</a>
|
|
{% elsif nav.type == "external" %}
|
|
<a href="{{ nav.link }}" target="_blank" rel="noopener noreferrer"
|
|
>{{ nav.title }}</a
|
|
>
|
|
{% endif %}
|
|
</li>
|