From 6a6d81d162c8574875742fbd13748db7ab8629b0 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 16 Jul 2021 20:52:51 +0100 Subject: [PATCH] Set theme colour --- layouts/_default/baseof.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b2f11e3..3eb6355 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -6,6 +6,8 @@ + + {{ partial "favicon.html" }} {{ partial "style.html" "scss/style.scss" }}