From f3f6178e00b53ac51cbc3442e4ab238963762e00 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 28 Dec 2023 00:01:05 -0500 Subject: [PATCH] update site --- layouts/partials/head.html | 5 +++++ layouts/partials/header.html | 12 ++++++++++++ themes/justice | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/head.html create mode 100644 layouts/partials/header.html diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..5564ad8 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,5 @@ + + +{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} + + \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..6ea920f --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,12 @@ +
+ +

{{.Site.Title}}

+ + +
\ No newline at end of file diff --git a/themes/justice b/themes/justice index de798b5..8c847d4 160000 --- a/themes/justice +++ b/themes/justice @@ -1 +1 @@ -Subproject commit de798b599e95b23ffdb83da7ed6de4407a2b03e4 +Subproject commit 8c847d47b75199cb7c3283b808f365a27b5919dc