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

14 lines
370 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-22 17:39:51 +00:00
<a class="button button-book">NEW BOOK&nbsp;<b>Abolish The Family</b></a><br />
2021-08-23 05:58:39 +00:00
<a href="/">
2022-12-22 16:28:20 +00:00
<p class="title is-size-0-1">
2021-08-23 05:58:39 +00:00
{{ site.Params.header.name }}
</p>
2022-12-22 16:28:20 +00:00
<p class="subtitle is-size-4-1">
2021-08-23 05:58:39 +00:00
{{ site.Params.header.subtitle }}
</p>
</a>
</div>
2022-12-22 16:28:20 +00:00
</div>