Change navi link to icon #13

This commit is contained in:
koirand 2019-03-23 18:12:24 +09:00
parent 2ea0f32ac9
commit f99c100cc1
4 changed files with 98 additions and 89 deletions

View file

@ -21,7 +21,7 @@
<nav>
<ul>
{{ range .Site.Menus.main }}
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
<li><a href="{{ .URL }}">{{ .Pre }}</a></li>
{{ end }}
</ul>
</nav>