aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2025-01-06 22:33:00 +0100
committerOscar Najera <hi@oscarnajera.com>2025-01-06 22:33:00 +0100
commit4f39910814164f91657de0b6de5c36241f19fc74 (patch)
tree93bb884e2c94b81c43b5882b8f77582d579fa668 /layouts
parent2e913997fbacd664a3ba73875e002227ba3b78c8 (diff)
downloadhugo-minimalist-theme-4f39910814164f91657de0b6de5c36241f19fc74.tar.gz
hugo-minimalist-theme-4f39910814164f91657de0b6de5c36241f19fc74.tar.bz2
hugo-minimalist-theme-4f39910814164f91657de0b6de5c36241f19fc74.zip
[RM] delete tachyons
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html13
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 }}"