From 81200fa6a598557f36593c950d7a63c52aa0b22f Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Fri, 29 Sep 2023 00:14:30 -0400 Subject: tweak styles --- layouts/index.html | 9 +-------- layouts/partials/footer.html | 5 ++++- layouts/partials/header.html | 10 +++------- 3 files changed, 8 insertions(+), 16 deletions(-) (limited to 'layouts') diff --git a/layouts/index.html b/layouts/index.html index 16138b4..2f86fca 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,12 +3,5 @@
{{- .Content -}}
- {{ with .Site.GetPage "post" }} - {{ range .Pages }} -
-

{{ .Render "summary" }}

-
- {{ end }} - {{ end }} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d60e941..3800b98 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -47,6 +47,9 @@ +
+ Powered by Hugo & Blackbear +
- \ No newline at end of file + diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 4a9ae70..28d3734 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,13 +1,9 @@
-
\ No newline at end of file + -- cgit v1.1