mirror of
https://github.com/felixalbrigtsen/wackattack-www.git
synced 2025-12-13 02:47:15 +01:00
Initial upload
This commit is contained in:
7
layouts/partials/header.html
Normal file
7
layouts/partials/header.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user