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