Update nav.html

This commit is contained in:
Gorri
2022-12-18 21:03:43 +01:00
committed by GitHub
parent 2f9ce48857
commit 390b3723f3
@@ -20,8 +20,8 @@
</ul> </ul>
{{ with $data.social }} {{ with $data.social }}
<ul class="icons"> <ul class="icons">
{{ with .instagram }} {{ with .telegram }}
<li><a href="{{ . }}" class="icon fa-instagram"><span class="label">Instagram</span></a></li> <li><a href="{{ . }}" class="icon fa-telegram"><span class="label">Telegram</span></a></li>
{{ end }} {{ end }}
{{ with .youtube }} {{ with .youtube }}
<li><a href="{{ . }}" class="icon fa-youtube"><span class="label">Youtube</span></a></li> <li><a href="{{ . }}" class="icon fa-youtube"><span class="label">Youtube</span></a></li>