use partial for stylesheets

This commit is contained in:
Ben Goldsworthy 2025-06-04 17:47:35 +02:00
parent 54a41716c6
commit 8ec94d7296
No known key found for this signature in database
2 changed files with 36 additions and 0 deletions

View file

@ -35,6 +35,11 @@
title="{{ $.Site.Title | safeHTML }}"
/>
{{- end -}}
<!-- Stylesheets -->
{{- partialCached "head/stylesheets.html" . -}}
<!-- Optional Includes -->
{{- if .Param "math" -}}
{{- partialCached "head/math.html" . -}}
{{- end -}}