File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ <h1 class="display-3 mt-4 mb-3">Fotos</h1>
18
18
< hr class ="mt-4 ">
19
19
< h2 class ="mb-4 mt-5 text-center "> 2024</ h2 >
20
20
< 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 " > }}
21
22
{{< photo-card gid ="zCEmUaqpXbq7mcJv9 " aspect ="3-2 " img ="YG676063.jpg " title ="Dragon Festival " > }}
22
23
{{< photo-card gid ="2dhH5b5rFxtcyPqh7 " aspect ="3-2 " img ="YFN56812.jpg " title ="Kazahaya no Sato " > }}
23
24
{{< photo-card gid ="a86hJXuyqNueMFKp7 " aspect ="3-2 " img ="YF572608.jpg " title ="Atsuta Jingu Festival (Feuerwerk) " > }}
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ <h1 class="display-3 mt-4 mb-3">Photos</h1>
18
18
< hr class ="mt-4 ">
19
19
< h2 class ="mb-4 mt-5 text-center "> 2024</ h2 >
20
20
< 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 " > }}
21
22
{{< photo-card gid ="zCEmUaqpXbq7mcJv9 " aspect ="3-2 " img ="YG676063.jpg " title ="Dragon Festival " > }}
22
23
{{< photo-card gid ="2dhH5b5rFxtcyPqh7 " aspect ="3-2 " img ="YFN56812.jpg " title ="Kazahaya no Sato " > }}
23
24
{{< photo-card gid ="a86hJXuyqNueMFKp7 " aspect ="3-2 " img ="YF572608.jpg " title ="Atsuta Jingu Festival (Fireworks) " > }}
Original file line number Diff line number Diff line change 1
1
< 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 ">
3
3
< div class ="card text-bg-dark rounded-4 border-0 ">
4
4
< img src ="{{ .Get "img " }}" class="card-img rounded-4 aspect-{{ .Get "aspect " }}" alt="{{ .Get "title " }} {{ i18n "preview-image" }}" loading="lazy ">
5
5
< div class ="card-img-overlay d-flex ">
You can’t perform that action at this time.
0 commit comments