mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 11:32:26 +00:00
Correct day pass time period
This commit is contained in:
@@ -114,6 +114,7 @@ link = "https://pay.gocardless.com/AL000FDGN4Q6AC"
|
|||||||
[[params.membership]]
|
[[params.membership]]
|
||||||
name = "Day Pass"
|
name = "Day Pass"
|
||||||
price = "5"
|
price = "5"
|
||||||
|
period = "per day"
|
||||||
description = "Access to the hackspace's facilities for a day."
|
description = "Access to the hackspace's facilities for a day."
|
||||||
link = "mailto:info@leighhack.org?subject=Day%20Pass"
|
link = "mailto:info@leighhack.org?subject=Day%20Pass"
|
||||||
button = "Enquire"
|
button = "Enquire"
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
<div class="box is-large hover-items">
|
<div class="box is-large hover-items">
|
||||||
<h3 class="is-size-4 has-text-weight-bold">{{ .name }}</h3>
|
<h3 class="is-size-4 has-text-weight-bold">{{ .name }}</h3>
|
||||||
<div class="is-size-1 has-text-weight-bold">£{{ .price }}</div>
|
<div class="is-size-1 has-text-weight-bold">£{{ .price }}</div>
|
||||||
<div class="_is-block mt-1 is-size-6 has-text-weight-normal">per month</div>
|
<div class="_is-block mt-1 is-size-6 has-text-weight-normal">{{ default "per month" .period }}</div>
|
||||||
<div class="content mt-5 box-height is-size-5">
|
<div class="content mt-5 box-height is-size-5">
|
||||||
<p>{{ .description }}</p>
|
<p>{{ .description }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user