diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/partials/singlebody.html b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/partials/singlebody.html
index 0e1be3d..51ab74f 100644
--- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/partials/singlebody.html
+++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/layouts/partials/singlebody.html
@@ -12,24 +12,29 @@
{{ $sandnameSingular := "" }}
{{ $mentionLink := "" }}
+
{{ substr $currentDir 0 -1 }}⁄{{ .Title }}
+
{{ if ne (trim .Page.TableOfContents "\n") "" }}
{{ .Page.TableOfContents }}
{{ end }}
+
{{ $closeDivs := false }}
-
+
{{ range $k, $v := $.Site.Data.sandpointsnamegraph }}
{{ $sandnamePlural = $sandnamePlural | append $v }}
{{ end }}
{{ $paramsKeys := (slice) }}
+
{{ range $k, $v := $currentNode.Params }}
{{ $paramsKeys = $paramsKeys | append $k }}
{{ end }}
+
{{ $mentions := intersect $paramsKeys $sandnamePlural }}
{{ range $mention := $mentions }}
{{ range $k, $m := index $currentNode.Params $mention }}
@@ -39,6 +44,7 @@
{{ $sandnameSingular = $k }}
{{ end }}
{{ end }}
+
{{- with $.GetPage $mentionLink -}}
{{- with not $k -}}
{{ $closeDivs = true }}
@@ -53,7 +59,7 @@
{{ end }}
{{- with $closeDivs -}}
{{ end }}
{{ end }}
-
+
{{ if in .Page.Site.Params.sandpointsMentionedIn (substr $currentDir 0 -1) }}
{{ with $scratch.backlinks }}
@@ -68,6 +74,7 @@
{{ end }}
+
{{ if and (not (eq $scratch.depth "crust")) $scratch.has_children }}
{{ with $scratch.has }}
@@ -81,6 +88,7 @@
{{ end }}
{{ end }}
+
{{ if eq $scratch.depth "crust" }}
@@ -93,13 +101,25 @@
{{ end }}
{{ end }}
+
+
+ {{ if .Page.Params.publishDate }}
+ Published on {{ .Page.Params.publishDate.Format "Jan, 2 2006" }}
+ {{ end }}
+
+
-{{ with .Page.Params.abstract }}abstract⁄{{ . | $.Page.RenderString | htmlUnescape | safeHTML }}
{{ end }}
+
+{{ with .Page.Params.abstract }}abstract⁄{{ . | $.Page.RenderString | htmlUnescape | safeHTML }}
{{ end }}
+
{{- $vld := false -}}{{- range $k, $v := .Page.Params.keywords -}}{{- if eq $k 0 -}}{{- $vld = true -}}{{- end -}}
+
{{ $var := printf "repo={\"frontmatter\": %s, \"content\": %s, \"path\": \"%s\", \"relpermalink\": \"%s\" }" (jsonify .Params) (jsonify .RawContent) .File.Path .RelPermalink | resources.FromString (printf "js/repo/%s.js" .File.UniqueID) }}
{{ $dummy := $var.Permalink }}
+
+