mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2025-01-13 15:26:50 +00: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>
|