Add partial layout for philipp
This commit is contained in:
parent
0183e4ac74
commit
fd1219c91f
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