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 }}