blog/templates/partials/header.html
Marcus Noble 186bdde093
Glitch theme
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-05-02 14:29:27 +01:00

9 lines
289 B
HTML

<header>
<a href="/" class="site-logo" style="padding-left: 0">
<img src="https://marcusnoble.co.uk/images/favico/favicon-96.png" style="height: 96px" class="glitch-image" />
<h1 style="margin-bottom: 0;" class="glitch">{{site.title}}</h1>
</a>
{{> sociallinks }}
</header>