secluded/themes/secluded/layouts/partials/header.html

12 lines
353 B
HTML

<div class="title-wrapper" id="top">
<span class="title"><a href="{{ .Site.BaseURL }}">{{ $.Site.Title }}</a></span>
<span class="menu">
<ul>
{{- $currentPage := . -}}
{{ range .Site.Menus.main -}}
<li><a href="{{ .URL | absLangURL }}">{{ .Name }}</a></li>
{{- end }}
</ul>
</span>
</div>