diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index ae78f3e..555f7ad 100755
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -15,14 +15,7 @@
{{ end }}
- {{ $stylesheet := .Site.Data.webpack_assets.app }}
- {{ with $stylesheet.css }}
-
- {{ end }}
-
- {{ range .Site.Params.custom_css }}
-
- {{ end }}
+ {{ partial "site-style.html" . }}
{{ block "favicon" . }}
{{ partialCached "site-favicon.html" . }}
@@ -53,6 +46,5 @@
{{ block "main" . }}{{ end }}
{{ block "footer" . }}{{ partialCached "site-footer.html" . }}{{ end }}
- {{ block "scripts" . }}{{ partialCached "site-scripts.html" . }}{{ end }}