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

13 lines
286 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">
<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>