fotos: Move to figures

This commit is contained in:
Jan Kremer 2025-12-19 08:53:39 +01:00
parent b936093ce4
commit c70709bf3c
Signed by: jan
GPG key ID: A7DA689CB3B078EC
3 changed files with 24 additions and 15 deletions

View file

@ -177,8 +177,23 @@ article {
text-justify: inter-word;
font-variant-numeric: oldstyle-nums;
figure {
max-width: 100%;
height: auto;
margin: 0;
figcaption {
p {
margin: 0.25rem 0 2rem;
font-family: var(--sans-serif);
text-align: center;
}
}
}
img {
width: 100%;
max-width: 100%;
height: auto;
}
> p:nth-of-type(2)::first-letter {

View file

@ -5,4 +5,4 @@ description: "über Regensburg"
tags: [fotos, regensburg]
---
![Abendliche Bewölkung über Regensburg](abendliche-bewoelkung.webp)
{{< figure src="abendliche-bewoelkung.webp" alt="Abendliche Bewölkung über Regensburg" caption="Abendliche Bewölkung über Regensburg" loading="lazy" >}}

View file

@ -5,16 +5,10 @@ date: 2025-11-15T21:53:01+01:00
tags: [fotos, polen]
---
![Holzwall](./holzwall.jpeg)
![Pfote](./pfote.jpeg)
![Nala](./nala.jpeg)
![Pier](./pier.jpeg)
![Dom](./dom-1.jpeg)
![Dom](./dom-2.jpeg)
![Möve](./moeve.jpeg)
{{< figure src="holzwall.jpeg" alt="Holzwall" caption="Holzwall" loading="lazy" decoding="async" fetchpriority="high" >}}
{{< figure src="pfote.jpeg" alt="Pfote" caption="Pfote" loading="lazy" >}}
{{< figure src="nala.jpeg" alt="Nala" caption="Nala" loading="lazy" >}}
{{< figure src="pier.jpeg" alt="Pier" caption="Pier" loading="lazy" >}}
{{< figure src="dom-1.jpeg" alt="Kolberger Dom" caption="Kolberger Dom" loading="lazy" >}}
{{< figure src="dom-2.jpeg" alt="Dom" caption="Dom" loading="lazy" >}}
{{< figure src="moeve.jpeg" alt="Möve" caption="Möve" loading="lazy" >}}