diff --git a/layouts/index.html b/layouts/index.html index 600d45d..f741aa4 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -219,19 +219,20 @@ document.addEventListener('DOMContentLoaded', function () { -
+
-
-
+
+
{{ with .content }}{{ . | markdownify }}{{ end }}
-
-
- Über AMPERION Bild +
+
+ Über AMPERION Bild
@@ -242,6 +243,8 @@ document.addEventListener('DOMContentLoaded', function () { {{ end }} + + {{ if .Params.cta.enable }} {{ partial "cta.html" . }}