We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a40b7 commit 9ae907dCopy full SHA for 9ae907d
_collections/_merch/plushies.md
@@ -2,7 +2,7 @@
2
layout: merch
3
title: TeX Plushies
4
slug: plushies
5
-url: https://www.guildofstudents.com/
+purchase-url: https://www.guildofstudents.com/
6
options:
7
- name: Plushie
8
quantity: 1
_layouts/merch.html
@@ -48,8 +48,8 @@ <h2>Purchase options</h2>
48
<span class="price">£{{ option.price }}</span>
49
</div>
50
{% endfor %}
51
- {% if page.url %}
52
- <a href="{{ page.url }}" class="button guild-button">Buy on Guild website <i class="fas fa-arrow-right"></i></a>
+ {% if page.purchase-url %}
+ <a href="{{ page.purchase-url }}" class="button guild-button">Buy on Guild website <i class="fas fa-arrow-right"></i></a>
53
{% endif %}
54
55
0 commit comments