diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-18 08:57:48 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-18 08:57:48 +0100 |
commit | 65547c56d0b81371cadb7bf799b4ab863b5f0a4e (patch) | |
tree | 1f642ee0afb3792aa59aac53bcd445ddde9ccb1e /themes/problematic/layouts/partials/header.html | |
parent | f43d1ec014e1b15a88492b3f1f2d1bdbaab7b529 (diff) |
taxonomies amongst other stuff
Diffstat (limited to '')
-rw-r--r-- | themes/problematic/layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/problematic/layouts/partials/header.html b/themes/problematic/layouts/partials/header.html index 7ad852b..a9a7b2a 100644 --- a/themes/problematic/layouts/partials/header.html +++ b/themes/problematic/layouts/partials/header.html @@ -2,7 +2,7 @@ <h2><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h2> <nav> {{ range .Site.Menus.main.ByWeight -}} - {{ .Pre }}<a href="{{ .URL }}" title="{{ .Title }}">{{- .Name -}}</a> | {{ .Post }} + {{ .Pre }}<a href="{{ .URL }}" title="{{ .Title }}">{{- .Name -}}</a> {{ .Post }} {{- end }} </nav> </header> |