This repository has been archived on 2023-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
sophie-lewis-hugo/themes/sophie-lewis/layouts/partials/header.html

15 lines
505 B
HTML

<div class="hero header octopus-mobile">
<div class="hero-body">
{{ $content_class := $.Page.Params.title | lower }}
<a class="button button-book no-underline" href="/writing/abolish-the-family/">NEW BOOK&nbsp;<b>Abolish The Family</b></a><br />
<a class="no-underline" href="/">
<p class="site-title title is-size-0-1">
{{ site.Params.header.name }}
</p>
<p class="subtitle is-size-6">
{{ site.Params.header.subtitle }}
</p>
</a>
</div>
</div>