diff --git a/static/blog.css b/assets/blog.css similarity index 100% rename from static/blog.css rename to assets/blog.css diff --git a/static/gruvbox.css b/assets/gruvbox.css similarity index 100% rename from static/gruvbox.css rename to assets/gruvbox.css diff --git a/themes/gruvbox/layouts/_default/baseof.html b/themes/gruvbox/layouts/_default/baseof.html index f0ed10a..87b9ede 100644 --- a/themes/gruvbox/layouts/_default/baseof.html +++ b/themes/gruvbox/layouts/_default/baseof.html @@ -1,11 +1,13 @@ +{{- $gruvbox := resources.Get "gruvbox.css" | resources.ToCSS }} +{{- $blogcss := resources.Get "blog.css" | resources.ToCSS }} - + - +