move fast and break things (I'm publishing without rigorous testing)
All checks were successful
Build / Build-Docker-Image (push) Successful in 44s

This commit is contained in:
2025-04-29 14:04:27 -04:00
parent 90929170cb
commit 08313ad62e
8 changed files with 139 additions and 16 deletions

View File

@@ -19,9 +19,18 @@
</div>
<div class="flex-col">
<h2>Merchandise</h2>
<p>
<i>Coming soon... we'll be selling hats and t-shirts prolly</i>
</p>
<div class="product-grid">
[#store.stx]
[f store product]
[i product.frontpage]
<a class="product" href="[^product.link]">
<img src="[^baseurl]/res/[^product.img]" /><br>
<b>[^product.name]</b><br>
<span>$[^product.price]</span>
</a>
[/]
[/]
</div>
</div>
<div class="flex-col">
<h2>FAQ</h2>
@@ -67,5 +76,12 @@
</div>
</div>
</div>
<div id="foot">
<div>
<span>The Panican Party is satire and is not a real political organization.</span><br>
<a href="https://discord.gg/ZwcU9xHaD5">Discord</a><br>
<a href="https://www.instagram.com/thepanicanparty?igsh=eHhpdHl5dWk1d2Rp">Instagram</a>
</div>
</div>
[/]
[#default.html]