From b09faa7e3e3a8693c2af758b556fc7dc8679f0bb Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 31 Oct 2023 16:22:50 +0900 Subject: [PATCH] Changed something --- themes/mytheme/layouts/partials/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/mytheme/layouts/partials/footer.html b/themes/mytheme/layouts/partials/footer.html index f945433..4609245 100644 --- a/themes/mytheme/layouts/partials/footer.html +++ b/themes/mytheme/layouts/partials/footer.html @@ -5,13 +5,13 @@ {{- else }} © {{ now.Year }} {{ site.Title }}
- Build date: {{ site.Params.buildDate }} + Build date: {{ site.Params.buildDate }} {{- end }} {{- end }} {{- if (not site.Params.disableScrollToTop) }} -^ +^ {{- end }} {{- partial "extend_footer.html" . }}