Merge branch 'fix-philipp'

This commit is contained in:
Jens M. Sauer 2024-09-24 21:31:12 +02:00
commit c5d1ae7264

View File

@ -0,0 +1,14 @@
{{ with .Site.GetPage "/philipp" }}
<section class="wrapper style1 align-center" id="{{ .Params.id }}">
<div class="inner">
<span class="image fit">
{{ range .Resources.ByType "image" }}
{{ with .Process "webp Resize x1200" }}
<img src="{{ .RelPermalink }}" />
{{ end }}
{{ end }}
</span>
<p>{{ .Content }}</p>
</div>
</section>
{{ end }}