From a8c70ad1fd3d3d19c52119a5a21198c980a9ca5b Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Thu, 23 Jun 2022 10:03:20 +0200 Subject: [PATCH] ux: update positioning button smaller screens --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 561b8e2..509bb18 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -24,7 +24,7 @@ {{ partial "footer/footer.html" . }} {{ partial "footer/script-footer.html" . }} {{ if eq .Site.Params.options.toTopButton true -}} -
+
Top
{{ end }}