From 0fb02e419c38283eeb8924e8fda9d5d6cbc7ab3e Mon Sep 17 00:00:00 2001 From: Simon Gravelle Date: Sat, 11 Jan 2025 10:59:09 +0100 Subject: [PATCH] imrpoved footer --- layouts/partials/page_footer.html | 2 +- layouts/partials/site_footer.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/layouts/partials/page_footer.html b/layouts/partials/page_footer.html index dcd69aec..c3a4cfb9 100644 --- a/layouts/partials/page_footer.html +++ b/layouts/partials/page_footer.html @@ -16,7 +16,7 @@ {{ partial "page_edit" . }} {{ partial "tags" . }} -{{ partial "components/page_sharer" . }} + {{ partial "page_author" . }} {{ partial "comments" . }} diff --git a/layouts/partials/site_footer.html b/layouts/partials/site_footer.html index 4dba3909..3db40845 100644 --- a/layouts/partials/site_footer.html +++ b/layouts/partials/site_footer.html @@ -34,8 +34,7 @@ {{ partial "site_footer_license" . }}

- Site built with lightly customized version of Wowchemy Academic. - Code available on Github. + The site code is available on Github.