From 8456ad83ae93d4522df4aca50684e19527095078 Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" <20735818+danielfdickinson@users.noreply.github.com> Date: Sun, 5 Sep 2021 02:24:00 -0400 Subject: [PATCH] Fix button not allowed inside anchor in footer - HTML validator complaint (#551) Move attributes to anchor and remove not required span (which was used place of a button which was against HTML spec). --- layouts/partials/footer.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 4f7182b5..391c65ab 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -14,12 +14,10 @@ {{- end }} {{- if (not .Site.Params.disableScrollToTop) }} - - + + + + {{- end }}