blog/templates/partials/header.html

9 lines
289 B
HTML
Raw Normal View History

<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>
2018-02-10 18:13:49 +00:00
{{> sociallinks }}
2018-02-10 18:13:49 +00:00
</header>