diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html
index f7feadb..0110074 100644
--- a/layouts/partials/docs/html-head.html
+++ b/layouts/partials/docs/html-head.html
@@ -3,7 +3,7 @@
{{- template "title" . }} | {{ .Site.Title -}}
-
+
{{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
-
\ No newline at end of file
+
diff --git a/layouts/partials/docs/mobile-header.html b/layouts/partials/docs/mobile-header.html
index adb99cc..3517fe6 100644
--- a/layouts/partials/docs/mobile-header.html
+++ b/layouts/partials/docs/mobile-header.html
@@ -1,4 +1,4 @@
-{{- template "title" . }}
\ No newline at end of file
+{{- template "title" . }}