diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/head.html | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2e3057d..638972b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,18 +1,7 @@ <head> {{ partial "structured-data.html" . }} - {{ with resources.Get "scss/style.scss" | toCSS (dict "includePaths" (slice "node_modules") "targetPath" "css/style.css") | resources.Minify | fingerprint }} - <link - rel="stylesheet" - href="{{ .RelPermalink }}" - integrity="{{ .Data.Integrity }}" - crossorigin="anonymous" - type="text/css" - media="screen" - /> - {{ end }} - - {{ with resources.Get "scss/tailwind.css" | resources.Minify | fingerprint }} + {{ with resources.Get "css/tailwind.css" | resources.Minify | fingerprint }} <link rel="stylesheet" href="{{ .RelPermalink }}" |