fix: Minification

This commit is contained in:
2020-11-26 22:02:41 +01:00
parent adad53fb6a
commit d3721df4e9
4 changed files with 23 additions and 17 deletions

View File

@ -20,8 +20,7 @@
{{ range .Site.Menus.main }}
<li class="menu{{ if .HasChildren }} withSubmenu{{ end }}">
<a href="{{ .URL }}">
<img class="icons" src="/icons/{{ .Identifier }}.svg" alt="{{ .Name }}" />
<span>{{ .Name }}</span>
<img class="icons" src="/icons/{{ .Identifier }}.svg" alt="{{ .Name }}" /><span>{{ .Name }}</span>
</a>
{{ if .HasChildren }}
<ol class="submenu">