1
0

Add prices to Gundam Hakyll pages and overview.

This commit is contained in:
Kevin Matsubara 2025-12-12 16:26:51 +01:00
parent 481d50e3b0
commit 66e37033e6
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
---
title: Kawasaki Zaku II
date: 2025-05-02
price: €21,99
---
My first completed model, a Bandai Zaku II.

View File

@ -1,6 +1,7 @@
---
title: SMC Gundam
date: 2025-10-18
price: €10,00
---
## About the model

View File

@ -1,7 +1,7 @@
<ul>
$for(posts)$
<li>
<em>$date$</em>&nbsp;<a href="$url$">$title$</a>
<em>$date$</em>&nbsp;<a href="$url$">$title$</a> - $price$
</li>
$endfor$
</ul>