summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/problematic/layouts/partials/header.html')
-rw-r--r--themes/problematic/layouts/partials/header.html6
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>