inline my extra css
This commit is contained in:
parent
a125cbfa56
commit
30a2e69020
1 changed files with 3 additions and 2 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue