From 03fee771000cc8a872918882ce64ec9f3ff7a475 Mon Sep 17 00:00:00 2001 From: qvqc Date: Sat, 23 May 2020 18:00:21 -0400 Subject: [PATCH] footer things --- themes/hugo-nes-classic/layouts/partials/footer.html | 10 +++++++++- themes/hugo-nes-classic/static/css/style.css | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/themes/hugo-nes-classic/layouts/partials/footer.html b/themes/hugo-nes-classic/layouts/partials/footer.html index fa9925e..739c529 100644 --- a/themes/hugo-nes-classic/layouts/partials/footer.html +++ b/themes/hugo-nes-classic/layouts/partials/footer.html @@ -14,9 +14,17 @@
- ![webring](/webring.png) +
+ + + +
+ + + +
diff --git a/themes/hugo-nes-classic/static/css/style.css b/themes/hugo-nes-classic/static/css/style.css index 6023e80..1d7bf44 100644 --- a/themes/hugo-nes-classic/static/css/style.css +++ b/themes/hugo-nes-classic/static/css/style.css @@ -141,3 +141,9 @@ a { } } + +div.rightbottom { +right: 23px; +bottom: 23px; +position: fixed; +} \ No newline at end of file