From 1019c47b7cd822d7b3ae9423dbc5fd3c38d82b45 Mon Sep 17 00:00:00 2001 From: Reorx Date: Wed, 13 Apr 2022 00:28:44 +0800 Subject: [PATCH] makes toc scroll plays well with InstantClick by adding/removing scroll event listener each time page is loaded --- layouts/partials/footer.html | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ab4496c..52e80fe 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -138,12 +138,26 @@ {{- end }} -{{- if (and (eq .Kind "page") (.Content) (.Param "ShowToc") (.Param "TocSide")) }} + {{- end }}