+
diff --git a/themes/shockrah.xyz/layouts/partials/head.html b/themes/shockrah.xyz/layouts/partials/head.html
index 811cdd5..51e37c4 100644
--- a/themes/shockrah.xyz/layouts/partials/head.html
+++ b/themes/shockrah.xyz/layouts/partials/head.html
@@ -3,7 +3,8 @@
- {{ $title := print .Site.Title " | " .Title }}
+
+ {{ $title := print .Title }}
{{ if .IsHome }}{{ $title = .Site.Title}}{{end}}
+
+
+ {{ $articles := where .Site.Pages "Params.Category" "article" }}
+ {{ range $articles }}
+
{{ .Title }}
++ {{ if isset .Params "description" }} +{{.Date.Format "January 2, 2006"}}
+ {{ end }} + {{ end }} +{{ .Description }}
{{ .Title }}
+ {{ range .Pages.ByPublishDate.Reverse }} ++
{{ .Title }}
+ {{ partial "metadata.html" }} + +{{ .Summary }}
+ + + {{ end }} +{{ end }} +