From a99153184e3de263703db11d4ad109ff16943ff2 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Fri, 25 Mar 2022 20:33:52 +0530 Subject: [PATCH] Fix incorrect resouce loaded for AnchoredHeadings --- layouts/partials/head_styles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head_styles.html b/layouts/partials/head_styles.html index ccd7058..f55d53d 100644 --- a/layouts/partials/head_styles.html +++ b/layouts/partials/head_styles.html @@ -39,7 +39,7 @@ {{- end }} {{- if not (eq .Site.Params.features.disableAnchoredHeadings true) }} - {{- $AnchoredHeadings := (resources.Get "css/includes/show-share-buttons.css") }} + {{- $AnchoredHeadings := (resources.Get "css/includes/anchored-headings.css") }} {{- $includes = (append $AnchoredHeadings $includes) }} {{- end }}