diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css
index 82ace38..ec8b273 100644
--- a/assets/css/bobastyle.css
+++ b/assets/css/bobastyle.css
@@ -118,6 +118,13 @@ hr {
border-color: #444;
}
+* {
+ box-sizing: border-box;
+}
+
+
+
+/* Code blocks */
pre {
width: 100%;
overflow: auto;
@@ -130,10 +137,6 @@ pre {
overflow-wrap: break-word;
}
-* {
- box-sizing: border-box;
-}
-
/* Icons */
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index ce00da4..70a44e9 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,8 +3,9 @@
{{ hugo.Generator }}
- {{ $bobastyle := resources.Get "css/bobastyle.css" | fingerprint "sha512" }}
-
+ {{ with resources.Get "css/bobastyle.css" | fingerprint "sha512" }}
+
+ {{ end }}
{{ with .Site.Params.faviconICO }}