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
Raw Normal View History

2021-10-12 23:35:31 +00:00
<div class="hero header octopus-mobile">
2021-08-23 05:58:39 +00:00
<div class="hero-body">
2022-12-23 12:59:55 +00:00
{{ $content_class := $.Page.Params.title | lower }}
2023-01-06 12:03:48 +00:00
<a class="button button-book no-underline" href="/writing/abolish-the-family/">NEW BOOK&nbsp;<b>Abolish The Family</b></a><br />
2022-12-27 00:31:14 +00:00
<a class="no-underline" href="/">
2023-01-31 10:57:42 +00:00
<p class="site-title title is-size-0-1">
2021-08-23 05:58:39 +00:00
{{ site.Params.header.name }}
</p>
2022-12-23 01:54:22 +00:00
<p class="subtitle is-size-6">
2021-08-23 05:58:39 +00:00
{{ site.Params.header.subtitle }}
</p>
</a>
</div>
2022-12-22 16:28:20 +00:00
</div>