From 7e8aae14dc91b85a5af9430b2055d2dcaeaa0453 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 24 Aug 2022 10:26:29 -0400 Subject: [PATCH] Add CSS support --- themes/red/assets/css/site.css | 0 themes/red/layouts/partials/head.html | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100644 themes/red/assets/css/site.css diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css new file mode 100644 index 0000000..e69de29 diff --git a/themes/red/layouts/partials/head.html b/themes/red/layouts/partials/head.html index e69de29..afc2c58 100644 --- a/themes/red/layouts/partials/head.html +++ b/themes/red/layouts/partials/head.html @@ -0,0 +1,6 @@ + + {{ .Title }} + + {{ $style := resources.Get "css/site.css" }} + + \ No newline at end of file