Convert fixed refs to ref calls

This commit is contained in:
2023-11-09 23:58:57 +00:00
parent d0baae54ce
commit 2ca30595f7
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
<div class="column">
<h2 class="title has-text-white">Become a member today!</h2>
<p class="subtitle has-text-white">Leigh Hackspace is open to all. Being a member gives you access to our space, tools, and community.</p>
<a href="/membership" class="button is-primary is-medium has-box-shadow is-fullwidth">Join Leigh Hackspace</a>
<a href="{{ ref . "membership" }}" class="button is-primary is-medium has-box-shadow is-fullwidth">Join Leigh Hackspace</a>
</div>
</div>
</div>