vac.dev-experimental-old/_includes/nav-item.html

4 lines
148 B
HTML
Raw Normal View History

2021-08-04 15:48:52 +00:00
<li class="text-xxs lg:text-base text-white opacity-75 hover:opacity-50 mb-5">
<a href="{{ nav.link }}" target="_blank">{{ nav.title }}</a>
</li>