Skip to content

Commit

Permalink
Add photos (Tsu Hanabi Taikai)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalsai committed Oct 28, 2024
1 parent 1967d41 commit 29de1bb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions content/de/photos.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h1 class="display-3 mt-4 mb-3">Fotos</h1>
<hr class="mt-4">
<h2 class="mb-4 mt-5 text-center">2024</h2>
<div class="row gy-3 m-0" data-masonry='{"percentPosition": true }'>
{{< photo-card immich="VCcJOrz4RXSoOwopsA-SsdzWblsMHMEnAwQ-_tb7ZjQBfXbWYWl2ofv6JHMFg1V4_lU" aspect="3-2" img="YGR74219.jpg" title="Tsu Hanabi Taikai" >}}
{{< photo-card gid="zCEmUaqpXbq7mcJv9" aspect="3-2" img="YG676063.jpg" title="Dragon Festival" >}}
{{< photo-card gid="2dhH5b5rFxtcyPqh7" aspect="3-2" img="YFN56812.jpg" title="Kazahaya no Sato" >}}
{{< photo-card gid="a86hJXuyqNueMFKp7" aspect="3-2" img="YF572608.jpg" title="Atsuta Jingu Festival (Feuerwerk)" >}}
Expand Down
1 change: 1 addition & 0 deletions content/en/photos.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h1 class="display-3 mt-4 mb-3">Photos</h1>
<hr class="mt-4">
<h2 class="mb-4 mt-5 text-center">2024</h2>
<div class="row gy-3 m-0" data-masonry='{"percentPosition": true }'>
{{< photo-card immich="VCcJOrz4RXSoOwopsA-SsdzWblsMHMEnAwQ-_tb7ZjQBfXbWYWl2ofv6JHMFg1V4_lU" aspect="3-2" img="YGR74219.jpg" title="Tsu Hanabi Taikai" >}}
{{< photo-card gid="zCEmUaqpXbq7mcJv9" aspect="3-2" img="YG676063.jpg" title="Dragon Festival" >}}
{{< photo-card gid="2dhH5b5rFxtcyPqh7" aspect="3-2" img="YFN56812.jpg" title="Kazahaya no Sato" >}}
{{< photo-card gid="a86hJXuyqNueMFKp7" aspect="3-2" img="YF572608.jpg" title="Atsuta Jingu Festival (Fireworks)" >}}
Expand Down
Binary file added content/en/photos/YGR74219.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion layouts/shortcodes/photo-card.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="col-sm-6 col-lg-4 p-1 mt-1">
<a href="https://photos.app.goo.gl/{{ .Get "gid" }}" class="card-hover">
<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">
<div class="card text-bg-dark rounded-4 border-0">
<img src="{{ .Get "img" }}" class="card-img rounded-4 aspect-{{ .Get "aspect" }}" alt="{{ .Get "title" }} {{ i18n "preview-image" }}" loading="lazy">
<div class="card-img-overlay d-flex">
Expand Down

0 comments on commit 29de1bb

Please sign in to comment.