Update the grid-side theme
This commit is contained in:
10
themes/grid-side-old/layouts/partials/extra/categories.html
Normal file
10
themes/grid-side-old/layouts/partials/extra/categories.html
Normal 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>
|
||||
|
Reference in New Issue
Block a user