initial commit
This commit is contained in:
11
themes/hugo-dpsg/layouts/partials/header.html
Normal file
11
themes/hugo-dpsg/layouts/partials/header.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<header class="header">
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<a class="logo__link" href="{{ "" | relLangURL }}" title="{{ .Site.Title }}" rel="home">
|
||||
<div class="logo__title">{{ .Site.Title }}</div>
|
||||
{{ with .Site.Params.subtitle }}<div class="logo__tagline">{{ . }}</div>{{ end }}
|
||||
</a>
|
||||
</div>
|
||||
{{ partial "menu.html" . }}
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user