Fix template caching issue with Bootstrap colors

This commit is contained in:
Will Faught
2023-03-24 13:20:06 -07:00
parent 116c4f83f4
commit 8ba9239c5c
2 changed files with 9 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
<link href="{{ (resources.Get `site.webmanifest` | resources.ExecuteAsTemplate `site.webmanifest` .).RelPermalink | safeURL }}" rel="manifest">
{{ end }}
{{ partial "paige/link.html" (dict "href" "_paige/bootstrap/paige.scss" "page" $page "sass" true) }}
{{ partial "paige/link.html" (dict "href" "_paige/bootstrap/paige.scss" "page" $page "sass" true "template" true) }}
{{ partial "paige/link.html" (dict "href" "_paige/bootstrap-icons/bootstrap-icons.css") }}
{{ if $page.Param "paige.math" }}