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 }}
|
|
|
|
{{ if eq (.Title | lower) "abolish-the-family" }}
|
2022-12-27 00:31:14 +00:00
|
|
|
<a class="button is-outlined button-book no-underline" href="/writing/abolish-the-family/">NEW BOOK <b>Abolish The Family</b></a><br />
|
2022-12-23 12:59:55 +00:00
|
|
|
{{else}}
|
2022-12-27 00:31:14 +00:00
|
|
|
<a class="button button-book no-underline" href="/writing/abolish-the-family/">NEW BOOK <b>Abolish The Family</b></a><br />
|
2022-12-23 12:59:55 +00:00
|
|
|
{{end}}
|
2022-12-27 00:31:14 +00:00
|
|
|
<a class="no-underline" 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-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>
|