From cdc658891f13e9e6b05b3ee54d5ac2576349711b Mon Sep 17 00:00:00 2001 From: Hazel Snider Date: Tue, 8 Sep 2020 22:47:54 -0400 Subject: [PATCH] Fix stylesheet include path --- templates/base.html | 4 ++-- templates/page.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 0c38af8..fad48c1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,8 +5,8 @@ {% block title %}Hazelnut{% endblock title %} - - + + {% endblock head %} diff --git a/templates/page.html b/templates/page.html index bd4ecd3..25a1259 100644 --- a/templates/page.html +++ b/templates/page.html @@ -7,12 +7,12 @@