diff options
Diffstat (limited to 'layouts/partials/custom_head.html')
-rw-r--r-- | layouts/partials/custom_head.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html new file mode 100644 index 0000000..1a0313a --- /dev/null +++ b/layouts/partials/custom_head.html @@ -0,0 +1,2 @@ +{{ $customCSS := resources.Get "css/custom.css" | resources.Minify }} +<link rel="stylesheet" href="{{ $customCSS.RelPermalink }}"> |