-
-
{{ . | markdownify }}
+
+ {{ partial "paige-title.html" . }}
+ {{ partial "paige-description.html" . }}
+ {{ partial "paige-metadata.html" . }}
+
+
+ {{ with .Params.stretch }}
+
+ {{ end }}
+ {{ with .Params.center }}
+
+
+
+ {{ end }}
+ {{ with .Params.greeting }}
+ {{ . | markdownify }}
+ {{ end }}
+ {{ with .Params.blurb }}
+
+
+
+
{{ . | markdownify }}
+
-
- {{ end }}
+ {{ end }}
+
{{ partial "paige-toc.html" . }}
{{ partial "paige-content.html" . }}
{{ partial "paige-social.html" . }}
diff --git a/layouts/partials/paige-social.html b/layouts/partials/paige-social.html
index df84f680..0fc29798 100644
--- a/layouts/partials/paige-social.html
+++ b/layouts/partials/paige-social.html
@@ -1,13 +1,15 @@
{{ with .Site.Params.paige.social }}
-
+
+
+
{{ end }}