diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/partials/head.html b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/partials/head.html
index a9a32ed..533c8f5 100644
--- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/partials/head.html
+++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/partials/head.html
@@ -1,11 +1,89 @@
-
-
+
+
+
+
+
+
+
+
+{{ if .Params.contributors }}
+ {{ range .Params.contributors }}
+ {{ $a:=$.GetPage (printf "contributor/%s" . ) }}
+
+ {{ end }}
+{{ end }}
+
+
+
+{{ with .Page.Params.publishDate }}
+ {{ $d:= .Format "Jan, 2 2006" }}
+
+{{ end }}
+
+{{ with .Page.Params.abstract }}
+
+{{ end }}
+
+{{ with .Keywords}}
+ {{ $k:=delimit . " ; " }}
+
+{{ end }}
+
+
+
+
+
+
+
+
+
+
+
+
{{ if .Description }}
@@ -24,17 +102,7 @@
{{ end }}
{{ end }}
-
-
-{{ if .PublishDate }}
-
-
- {{ "dev-test: Published: " }} {{.PublishDate | time.Format "Jan 2, 2006" }}
-
-{{ end }}
-
-
{{ if .Params.authors }}
{{ range .Params.authors }}
{{ $e := $.GetPage (printf "author/%s" .) }}