From 859af5a6896fd4b3a2dfdc3e87641c794dbcc653 Mon Sep 17 00:00:00 2001 From: Skiz Date: Mon, 2 Sep 2024 15:55:46 -0400 Subject: Added goat counter code --- themes/vapor/layouts/_default/baseof.html | 2 +- themes/vapor/layouts/_default/list.html | 2 +- themes/vapor/layouts/_default/single.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/vapor/layouts/_default') diff --git a/themes/vapor/layouts/_default/baseof.html b/themes/vapor/layouts/_default/baseof.html index b6899ba..7e59365 100644 --- a/themes/vapor/layouts/_default/baseof.html +++ b/themes/vapor/layouts/_default/baseof.html @@ -25,7 +25,7 @@ {{ if .Param "nextprev" }}{{ partial "nextprev.html" . -}}{{ end -}} {{ if .Param "taglist" }}{{ partial "taglist.html" . }}{{ end -}} - {{ block "footer" . }} diff --git a/themes/vapor/layouts/_default/list.html b/themes/vapor/layouts/_default/list.html index c028241..8ce225a 100644 --- a/themes/vapor/layouts/_default/list.html +++ b/themes/vapor/layouts/_default/list.html @@ -3,7 +3,7 @@ {{- end }} {{ define "main" -}} {{ .Content }} -