Compare commits
1 Commits
master
...
references
| Author | SHA1 | Date | |
|---|---|---|---|
| aed87182c9 |
@ -13,4 +13,5 @@
|
||||
|
||||
.quote div {
|
||||
font-weight: 400;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@ -1,14 +0,0 @@
|
||||
{{ 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