From f2ea2cc87a7c284f3586e7ef76989d3a3ecb2799 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 22 Jul 2022 12:09:46 -0400 Subject: [PATCH] inline css --- {static => assets}/blog.css | 0 {static => assets}/gruvbox.css | 0 themes/gruvbox/layouts/_default/baseof.html | 6 ++++-- 3 files changed, 4 insertions(+), 2 deletions(-) rename {static => assets}/blog.css (100%) rename {static => assets}/gruvbox.css (100%) 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 }} - + - +