wackattack-www/layouts/partials/header.html

8 lines
303 B
HTML
Raw Normal View History

2023-09-19 23:38:51 +02:00
<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>