Skip to content

Commit 29de1bb

Browse files
committed
Add photos (Tsu Hanabi Taikai)
1 parent 1967d41 commit 29de1bb

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

content/de/photos.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ <h1 class="display-3 mt-4 mb-3">Fotos</h1>
1818
<hr class="mt-4">
1919
<h2 class="mb-4 mt-5 text-center">2024</h2>
2020
<div class="row gy-3 m-0" data-masonry='{"percentPosition": true }'>
21+
{{< photo-card immich="VCcJOrz4RXSoOwopsA-SsdzWblsMHMEnAwQ-_tb7ZjQBfXbWYWl2ofv6JHMFg1V4_lU" aspect="3-2" img="YGR74219.jpg" title="Tsu Hanabi Taikai" >}}
2122
{{< photo-card gid="zCEmUaqpXbq7mcJv9" aspect="3-2" img="YG676063.jpg" title="Dragon Festival" >}}
2223
{{< photo-card gid="2dhH5b5rFxtcyPqh7" aspect="3-2" img="YFN56812.jpg" title="Kazahaya no Sato" >}}
2324
{{< photo-card gid="a86hJXuyqNueMFKp7" aspect="3-2" img="YF572608.jpg" title="Atsuta Jingu Festival (Feuerwerk)" >}}

content/en/photos.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ <h1 class="display-3 mt-4 mb-3">Photos</h1>
1818
<hr class="mt-4">
1919
<h2 class="mb-4 mt-5 text-center">2024</h2>
2020
<div class="row gy-3 m-0" data-masonry='{"percentPosition": true }'>
21+
{{< photo-card immich="VCcJOrz4RXSoOwopsA-SsdzWblsMHMEnAwQ-_tb7ZjQBfXbWYWl2ofv6JHMFg1V4_lU" aspect="3-2" img="YGR74219.jpg" title="Tsu Hanabi Taikai" >}}
2122
{{< photo-card gid="zCEmUaqpXbq7mcJv9" aspect="3-2" img="YG676063.jpg" title="Dragon Festival" >}}
2223
{{< photo-card gid="2dhH5b5rFxtcyPqh7" aspect="3-2" img="YFN56812.jpg" title="Kazahaya no Sato" >}}
2324
{{< photo-card gid="a86hJXuyqNueMFKp7" aspect="3-2" img="YF572608.jpg" title="Atsuta Jingu Festival (Fireworks)" >}}

content/en/photos/YGR74219.jpg

42.7 KB
Loading

layouts/shortcodes/photo-card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="col-sm-6 col-lg-4 p-1 mt-1">
2-
<a href="https://photos.app.goo.gl/{{ .Get "gid" }}" class="card-hover">
2+
<a {{ with .Get "gid" }}href="https://photos.app.goo.gl/{{ . }}"{{end}} {{ with .Get "immich" }}href="https://immich.hachiman.nils.moe/share/{{ . }}"{{end}} class="card-hover">
33
<div class="card text-bg-dark rounded-4 border-0">
44
<img src="{{ .Get "img" }}" class="card-img rounded-4 aspect-{{ .Get "aspect" }}" alt="{{ .Get "title" }} {{ i18n "preview-image" }}" loading="lazy">
55
<div class="card-img-overlay d-flex">

0 commit comments

Comments
 (0)