Add prices to Gundam Hakyll pages and overview.
This commit is contained in:
parent
481d50e3b0
commit
66e37033e6
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Kawasaki Zaku II
|
title: Kawasaki Zaku II
|
||||||
date: 2025-05-02
|
date: 2025-05-02
|
||||||
|
price: €21,99
|
||||||
---
|
---
|
||||||
|
|
||||||
My first completed model, a Bandai Zaku II.
|
My first completed model, a Bandai Zaku II.
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: SMC Gundam
|
title: SMC Gundam
|
||||||
date: 2025-10-18
|
date: 2025-10-18
|
||||||
|
price: €10,00
|
||||||
---
|
---
|
||||||
|
|
||||||
## About the model
|
## About the model
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
$for(posts)$
|
$for(posts)$
|
||||||
<li>
|
<li>
|
||||||
<em>$date$</em> <a href="$url$">$title$</a>
|
<em>$date$</em> <a href="$url$">$title$</a> - $price$
|
||||||
</li>
|
</li>
|
||||||
$endfor$
|
$endfor$
|
||||||
</ul>
|
</ul>
|
||||||
Loading…
x
Reference in New Issue
Block a user