diff --git a/layouts/index.html b/layouts/index.html index ced12f7..615051e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,15 +1,17 @@ {{ define "main" }} -
-

{{ .Site.Title }}

+
+
+

{{ .Site.Title }}

- {{- with .Site.Params.homeSubtitle }} -

{{.}}

- {{- end }} + {{- with .Site.Params.homeSubtitle }} +

{{.}}

+ {{- end }} - {{- with .Site.Params.social }} -
- {{ partialCached "social-icons.html" . }} -
- {{- end }} -
+ {{- with .Site.Params.social }} +
+ {{ partial "social-icons.html" . }} +
+ {{- end }} +
+ {{ end }}