Archived
1
This repository has been archived on 2020-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
Indieroad/layouts/partials/header.html
2019-09-03 17:50:00 +02:00

9 lines
317 B
HTML

<header class="header container">
<div class="logo">
<a class="link" href="{{ "" | relLangURL }}" title="{{ .Site.Title }}" rel="home">
<div class="title">{{ .Site.Title }}</div>
{{ with .Site.Params.subtitle }}<div class="tagline">{{ . }}</div>{{ end }}
</a>
</div>
{{ partial "menu.html" . }}
</header>