+
-
+ {{ range .Pages.ByTitle }}
+
+ {{ partial "card.html" . }}
+
+ {{ end }}
+ diff --git a/layouts/index.html b/layouts/index.html index 33e109b..f4d2b98 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -8,17 +8,27 @@ {{ partial "style.html" "css/materialize.css" }} {{ partial "style.html" "css/font-awesome.css" }} + {{ partial "style.html" "index.scss" }} -
-