Update the grid-side theme

This commit is contained in:
2019-03-30 23:28:05 +00:00
parent 5255e9afd8
commit bc53f31743
281 changed files with 14134 additions and 54 deletions

View File

@@ -0,0 +1,10 @@
{{ $baseUrl := .Site.BaseURL }}
<ul class="categories">
<li>
<i class="fa fa-book"></i>
</li>
{{ range .Params.categories }}
<li><a href="{{ $baseUrl }}categories/{{ . | urlize }}">{{ . }}</a></li>
{{ end }}
</ul>