Update index.html

This commit is contained in:
Gorri
2022-12-18 21:12:14 +01:00
committed by GitHub
parent 5957dc3b11
commit 607d294dad
@@ -51,8 +51,8 @@
<section> <section>
<h3>{{ i18n "CONTACT_SOCIAL" . }}</h3> <h3>{{ i18n "CONTACT_SOCIAL" . }}</h3>
<ul class="icons alt"> <ul class="icons alt">
{{ with .instagram}} {{ with .telegram}}
<li><a href="{{ . }}" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li> <li><a href="{{ . }}" class="icon alt fa-telegram"><span class="label">Telegram</span></a></li>
{{ end }} {{ end }}
{{ with .youtube}} {{ with .youtube}}
<li><a href="{{ . }}" class="icon alt fa-youtube"><span class="label">Youtube</span></a></li> <li><a href="{{ . }}" class="icon alt fa-youtube"><span class="label">Youtube</span></a></li>