diff --git a/layouts/partials/head/style.html b/layouts/partials/head/style.html
index 6c069f0..431e212 100644
--- a/layouts/partials/head/style.html
+++ b/layouts/partials/head/style.html
@@ -1,11 +1,3 @@
{{ $sass := resources.Get "scss/style.scss" }}
{{ $style := $sass | resources.ToCSS | minify }}
-
-
-{{ if .Site.Params.comments.enabled }}
- {{ if eq .Site.Params.comments.provider "cactus" }}
- {{ $sass_cactus := resources.Get "scss/partials/comments/provider/cactus.scss" }}
- {{ $style_cactus := $sass_cactus | resources.ToCSS | minify }}
-
- {{ end }}
-{{ end }}
\ No newline at end of file
+
\ No newline at end of file