From 2761c1f13b7e9fa4fe660aea05a5bab702bcaedb Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Mon, 8 Jan 2024 10:18:18 +0100 Subject: [PATCH] Adds tr4ck webring to the theme's footer --- themes/hugo-bearcub/assets/style.css | 4 ++++ themes/hugo-bearcub/layouts/partials/footer.html | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/themes/hugo-bearcub/assets/style.css b/themes/hugo-bearcub/assets/style.css index 0173a36..c93ee1c 100644 --- a/themes/hugo-bearcub/assets/style.css +++ b/themes/hugo-bearcub/assets/style.css @@ -175,3 +175,7 @@ figcaption > p { font-style: italic; color: #ccc; } + +footer a.footerlink { + text-decoration: none; +} diff --git a/themes/hugo-bearcub/layouts/partials/footer.html b/themes/hugo-bearcub/layouts/partials/footer.html index 9290715..aa3c7f5 100644 --- a/themes/hugo-bearcub/layouts/partials/footer.html +++ b/themes/hugo-bearcub/layouts/partials/footer.html @@ -1,3 +1,6 @@ - {{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }} - \ No newline at end of file + {{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }} | + + Tr4ck webring + +