Compare commits

..

1 Commits

Author SHA1 Message Date
aed87182c9 references: align customer name left 2024-09-24 21:49:54 +02:00
2 changed files with 1 additions and 14 deletions

View File

@ -13,4 +13,5 @@
.quote div {
font-weight: 400;
text-align: left;
}

View File

@ -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 }}