From a3d26bb6fdd3d810db1b282f6de87ce042a03f12 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 20 Jul 2022 22:56:52 -0400 Subject: [PATCH] absURL some stuff --- themes/gruvbox/layouts/_default/baseof.html | 8 ++++---- themes/gruvbox/layouts/_default/single.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/gruvbox/layouts/_default/baseof.html b/themes/gruvbox/layouts/_default/baseof.html index 1157690..f0ed10a 100644 --- a/themes/gruvbox/layouts/_default/baseof.html +++ b/themes/gruvbox/layouts/_default/baseof.html @@ -3,10 +3,10 @@ - - - - + + + + diff --git a/themes/gruvbox/layouts/_default/single.html b/themes/gruvbox/layouts/_default/single.html index 296378b..e26d7e8 100644 --- a/themes/gruvbox/layouts/_default/single.html +++ b/themes/gruvbox/layouts/_default/single.html @@ -1,7 +1,6 @@ {{ define "title" }}{{ .Title }}{{ end }} {{ define "main" }} -

{{ .Title }}

@@ -9,6 +8,7 @@ {{ partial "tags.html" . }}
+
{{ .Content }}