This commit is contained in:
underground 2025-01-19 19:48:31 +01:00
commit 3a247ba6ca
Failed to generate hash of commit
34 changed files with 290 additions and 0 deletions

View file

@ -0,0 +1,2 @@
{{ $customCSS := resources.Get "css/custom.css" | resources.Minify }}
<link rel="stylesheet" href="{{ $customCSS.RelPermalink }}">