mirror of
https://github.com/seigler/awesome-dash-platform
synced 2025-07-27 06:36:08 +00:00
Base HTML: Enable static serving via hard nav-links
..for Github pages
This commit is contained in:
parent
1af6b2af45
commit
46681d939c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
{{ range (where .Site.Pages "Type" "category") }}
|
{{ 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 }}">
|
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>
|
<span class="w2 h2 fill-white mr2">{{ partial (print "icons/" .Params.icon ".svg" ) }}</span>
|
||||||
{{ .Title }}
|
{{ .Title }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue