From f501407b606f2e51a1465dd06aa810bcc4a26645 Mon Sep 17 00:00:00 2001 From: weru Date: Thu, 6 May 2021 17:56:12 -0400 Subject: [PATCH] add back-to-top button #15 Signed-off-by: weru --- layouts/_default/baseof.html | 2 +- layouts/partials/footer.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 36657930..f9f9eb05 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,7 +17,7 @@ {{- $codeLineNumbers = false }} {{ end }} {{ end }} - + diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index f4f2f3d6..d8c1f21e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,6 +3,7 @@
{{- $author := site.Params.author }}

© {{ now.Year }}{{ with $author }} {{ .name }}{{ end }}

+
{{ end }}