Add /wish

This commit is contained in:
2024-12-14 20:20:33 -06:00
parent b0106e6666
commit 5b46c84afb
7 changed files with 118 additions and 10 deletions

View File

@ -12,7 +12,7 @@ eleventyComputed:
---
<article>
<h1>{{ picture.title }}</h1>
<div class="buttonContainer">
<div class="buttonContainer galleryButtons">
{% if picture.previousImage %}
<a href="../{{ picture.previousImage | slugify }}">
<button type="button">Previous</button>