This commit is contained in:
Christoph Cullmann 2025-07-20 16:44:01 +02:00
parent f4a8c002cc
commit 50448f8e02
No known key found for this signature in database
119 changed files with 1735 additions and 9533 deletions

View file

@ -1,7 +1,7 @@
<center>
{{ $original := .Page.Resources.GetMatch (.Get "src") }}
{{ $preview := $original.Resize "700x Lanczos webp" }}
<a href="{{ $original.RelPermalink }}" target="_new" style="border-bottom: 0px; background-color: inherit;">
<img src="{{ $preview.RelPermalink }}" alt="{{ .Get "alt" }}" style="border: 0px;" />
<a href="{{ $original.Permalink }}" target="_new" style="border-bottom: 0px; background-color: inherit;">
<img src="{{ $preview.Permalink }}" alt="{{ .Get "alt" }}" style="border: 0px;" />
</a>
</center>

View file

@ -1,6 +1,7 @@
{{ $original := .Page.Resources.GetMatch (.Get "src") }}
<center>
<video width="700" preload="auto" controls style="border: 0px;">
<source src="{{ .Get "src" }}" />
<source src="{{ $original.Permalink }}" />
Your browser does not seem to support the video {{ .Get "src" }}.
</video>
</center>