Base HTML: Enable static serving via hard nav-links

..for Github pages
This commit is contained in:
Andy Freer 2020-02-09 10:45:29 +00:00
parent 1af6b2af45
commit 46681d939c

View file

@ -13,7 +13,7 @@
</a>
{{ range (where .Site.Pages "Type" "category") }}
<a href="{{ .RelPermalink }}"
<a href="{{ .RelPermalink }}index.html"
class="flex-grow-1 flex items-center justify-center white no-underline pa2 bg-animate dib bg-{{ .Params.color }}-muted hover-bg-{{ .Params.color }}">
<span class="w2 h2 fill-white mr2">{{ partial (print "icons/" .Params.icon ".svg" ) }}</span>
{{ .Title }}