inline my extra css

This commit is contained in:
Christoph Cullmann 2025-07-21 17:27:41 +02:00
parent a125cbfa56
commit 30a2e69020
No known key found for this signature in database

View file

@ -1,2 +1,3 @@
{{ $extra := resources.Get "cullmann.css" | minify }} {{ with resources.Get "cullmann.css" | minify }}
<link href="{{ $extra.RelPermalink }}" rel="stylesheet"> <style>{{ .Content | safeCSS }}</style>
{{ end }}