From 81200fa6a598557f36593c950d7a63c52aa0b22f Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Fri, 29 Sep 2023 00:14:30 -0400 Subject: tweak styles --- assets/css/main.css | 21 +++++++++++++++++++-- layouts/index.html | 9 +-------- layouts/partials/footer.html | 5 ++++- layouts/partials/header.html | 10 +++------- 4 files changed, 27 insertions(+), 18 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 934e91b..792f1f6 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -42,16 +42,33 @@ footer { position:relative; } +.poweredby, .copyright { - background: #00000055; position: absolute; left: 0; - bottom: 0; width: 100%; padding: 1rem; text-align: center; } +.poweredby { + background: #00000055; + bottom: 0; + padding: .5rem; +} + +.copyright { + background: #00000022; + bottom: 50px; +} + .post { margin-bottom: 1em; } + +.wordmark { + font-size: 2em; + text-transform: uppercase; + font-weight: 600; +} + 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