wackattack-www/layouts/partials/header.html

8 lines
303 B
HTML

<div class="header-banner" style="position: relative; color: white; width: 100%;" >
<img src="/banner_1500x500.png">
<a href="{{ "" | relURL }}" class="title" style="position: absolute; bottom: 20px; left: 20px;">
<h2>{{ .Site.Title }}</h2>
</a>
</div>
<nav>{{- partial "nav.html" . -}}</nav>