From 9f62073343795e70c66b6d940c6d11e595a81cdb Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 11 Nov 2023 22:09:35 -0800 Subject: [PATCH 1/5] Add underline to link in footer The standard style for links established by the hugo-PaperMod theme used by the website is for the text to be underlined. That style was somehow lost when a custom footer was implemented for the site. It is hereby restored. The approach used to obtain the underline comes from the theme's CSS code: https://github.com/adityatelange/hugo-PaperMod/blob/v7.0/assets/css/common/footer.css#L26 --- site/layouts/partials/extend_footer.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/layouts/partials/extend_footer.html b/site/layouts/partials/extend_footer.html index a1766c6..1bbfe52 100644 --- a/site/layouts/partials/extend_footer.html +++ b/site/layouts/partials/extend_footer.html @@ -7,6 +7,10 @@ Content license: CC0 1.0 From cb6ef27e9870a004c28989369b07533badf42bcf Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 11 Nov 2023 22:35:04 -0800 Subject: [PATCH 2/5] Reduce footer width to 95% I think it looks better with a margin on each side. --- site/layouts/partials/extend_footer.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/site/layouts/partials/extend_footer.html b/site/layouts/partials/extend_footer.html index 1bbfe52..ae90b74 100644 --- a/site/layouts/partials/extend_footer.html +++ b/site/layouts/partials/extend_footer.html @@ -1,4 +1,10 @@ -