Update nav.html
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user