diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 54b8b184..8f613cc2 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -37,13 +37,5 @@ {{ end }} {{ partial "paige_content.html" . }} -{{ if .Site.Social }} - - - {{ range $k, $v := .Site.Social }} - - {{ end }} - - -{{ end }} +{{ partial "paige_social.html" . }} {{ end }} diff --git a/layouts/partials/paige_social.html b/layouts/partials/paige_social.html new file mode 100644 index 00000000..130c8c32 --- /dev/null +++ b/layouts/partials/paige_social.html @@ -0,0 +1,9 @@ +{{ if .Site.Social }} + + + {{ range $k, $v := .Site.Social }} + + {{ end }} + + +{{ end }}