Update index.html

This commit is contained in:
Gorri
2023-01-19 19:30:16 +01:00
committed by GitHub
parent 6abef4b37d
commit 7ea734c932
@@ -54,9 +54,6 @@
{{ with .map}} {{ with .map}}
<li><a href="{{ . }}" class="icon alt fab fa-map"><span class="label">Маршруты</span></a></li> <li><a href="{{ . }}" class="icon alt fab fa-map"><span class="label">Маршруты</span></a></li>
{{ end }} {{ end }}
{{ with .extra}}
<li><a href="{{ . }}" class="icon alt fab fa-user-plus"><span class="label">Ищу тебя</span></a></li>
{{ end }}
{{ with .ask}} {{ with .ask}}
<li><a href="{{ . }}" class="icon alt fab fa-question"><span class="label">Спросить</span></a></li> <li><a href="{{ . }}" class="icon alt fab fa-question"><span class="label">Спросить</span></a></li>
{{ end }} {{ end }}