Merge branch 'fix-philipp'
This commit is contained in:
commit
c5d1ae7264
14
layouts/partials/philipp.html
Normal file
14
layouts/partials/philipp.html
Normal 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 }}
|
||||
Loading…
x
Reference in New Issue
Block a user