diff --git a/layouts/_default/leistung.html b/layouts/_default/leistung.html index 36bbfeb..50a6b11 100644 --- a/layouts/_default/leistung.html +++ b/layouts/_default/leistung.html @@ -120,134 +120,513 @@ - {{ with .Params.features }}
-
-
-
-

Leistungen

-
- - -
-
+ {{/* Store the features list and count */}} + {{ $features := . }} + {{ $totalFeatures := len $features }} + + +
+
+ +
+ {{ range $i, $f := $features }} + + {{ end }}
@@ -255,7 +634,6 @@ -