From 4e89b2b5c2f4653e71c98cccb9a401c0c51c97e5 Mon Sep 17 00:00:00 2001 From: Gerry Date: Tue, 2 Jun 2020 15:56:51 +0200 Subject: Add the ability to include custom css Without this there is no simple way to add custom styling to the theme. --- layouts/_default/baseof.html | 1 + static/assets/custom_style.css | 1 + 2 files changed, 2 insertions(+) create mode 100644 static/assets/custom_style.css diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a1bc923..3bd42fc 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -43,6 +43,7 @@ + diff --git a/static/assets/custom_style.css b/static/assets/custom_style.css new file mode 100644 index 0000000..cc61bcb --- /dev/null +++ b/static/assets/custom_style.css @@ -0,0 +1 @@ +/* This is a stand in stylesheet that allows people using this template to add their own custom styles. */ -- cgit v1.2.3