diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-17 09:14:24 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-17 09:14:24 +0100 |
commit | 9a14f9d41f57673684f87c98fbfa7c3c588f93cd (patch) | |
tree | 5e00c5738efc9e98b896155e56ea140ff945ab94 /themes/problematic | |
parent | bd856b0c078d14beb2d92cd7ef13c1f131b1bebc (diff) |
update for jul 22
Diffstat (limited to 'themes/problematic')
-rw-r--r-- | themes/problematic/layouts/partials/header.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/themes/problematic/layouts/partials/header.html b/themes/problematic/layouts/partials/header.html index 9a66449..7ad852b 100644 --- a/themes/problematic/layouts/partials/header.html +++ b/themes/problematic/layouts/partials/header.html @@ -1,12 +1,8 @@ <header id="banner"> <h2><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h2> <nav> - <ul> {{ range .Site.Menus.main.ByWeight -}} - <li> - {{ .Pre }}<a href="{{ .URL }}" title="{{ .Title }}">{{- .Name -}}</a>{{ .Post }} - </li> + {{ .Pre }}<a href="{{ .URL }}" title="{{ .Title }}">{{- .Name -}}</a> | {{ .Post }} {{- end }} - </ul> </nav> </header> |