Add comment explaining why comments.css is not in head

This commit is contained in:
2025-08-09 02:13:15 -05:00
parent 7aeb95a437
commit cc4af0c385

View File

@@ -1,3 +1,6 @@
{{/* put comments CSS here instead of in <head> so that it doesn't get
* loaded unnecessarily on regular pages
*/}}
{{ with resources.Get "css/comments.css" | fingerprint "sha512" }}
<link rel="stylesheet" type="text/css" href="{{ .Permalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
{{ end }}