button always red
This commit is contained in:
parent
21801b963e
commit
d80b0690b7
@ -352,7 +352,6 @@ footer {
|
|||||||
&.past-event { opacity: 0.5; }
|
&.past-event { opacity: 0.5; }
|
||||||
|
|
||||||
.event-title {
|
.event-title {
|
||||||
font-family: $sans_font;
|
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
<div class="hero header octopus-mobile">
|
<div class="hero header octopus-mobile">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
{{ $content_class := $.Page.Params.title | lower }}
|
{{ $content_class := $.Page.Params.title | lower }}
|
||||||
{{ if eq (.Title | lower) "abolish-the-family" }}
|
<a class="button button-book no-underline" href="/writing/abolish-the-family/">NEW BOOK <b>Abolish The Family</b></a><br />
|
||||||
<a class="button is-outlined button-book no-underline" href="/writing/abolish-the-family/">NEW BOOK <b>Abolish The Family</b></a><br />
|
|
||||||
{{else}}
|
|
||||||
<a class="button button-book no-underline" href="/writing/abolish-the-family/">NEW BOOK <b>Abolish The Family</b></a><br />
|
|
||||||
{{end}}
|
|
||||||
<a class="no-underline" href="/">
|
<a class="no-underline" href="/">
|
||||||
<p class="title is-size-0-1">
|
<p class="title is-size-0-1">
|
||||||
{{ site.Params.header.name }}
|
{{ site.Params.header.name }}
|
||||||
|
Reference in New Issue
Block a user