diff --git a/themes/hugo-theme-notrack/layouts/partials/head.html b/themes/hugo-theme-notrack/layouts/partials/head.html
index 295c414..4d004b6 100644
--- a/themes/hugo-theme-notrack/layouts/partials/head.html
+++ b/themes/hugo-theme-notrack/layouts/partials/head.html
@@ -1,9 +1,9 @@
{{ .Site.Title }} {{ with .Title }}- {{ . }} {{ end }}
-
-
-
+
+
+
{{ $options := dict "transpiler" "libsass" "targetPath" "css/styles.css" -}}
{{ $style := resources.Get "styles.scss" | toCSS $options | minify | fingerprint -}}
diff --git a/themes/hugo-theme-notrack/layouts/shortcodes/asciinema.html b/themes/hugo-theme-notrack/layouts/shortcodes/asciinema.html
index f3989b1..0552f5f 100644
--- a/themes/hugo-theme-notrack/layouts/shortcodes/asciinema.html
+++ b/themes/hugo-theme-notrack/layouts/shortcodes/asciinema.html
@@ -1,2 +1,2 @@
-
+
diff --git a/themes/hugo-theme-notrack/static/asciinema/asciinema-player.css b/themes/hugo-theme-notrack/static/css/asciinema-player.css
similarity index 100%
rename from themes/hugo-theme-notrack/static/asciinema/asciinema-player.css
rename to themes/hugo-theme-notrack/static/css/asciinema-player.css
diff --git a/themes/hugo-theme-notrack/static/asciinema/asciinema-player.min.js b/themes/hugo-theme-notrack/static/js/asciinema-player.min.js
similarity index 100%
rename from themes/hugo-theme-notrack/static/asciinema/asciinema-player.min.js
rename to themes/hugo-theme-notrack/static/js/asciinema-player.min.js