From 1c944d0f3d85dee712d48e7468ac97882b2a9320 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Sat, 18 Nov 2017 10:23:11 +0300 Subject: [PATCH] Rename style.css -> theme.css --- alchemy/static/css/{style.css => theme.css} | 0 alchemy/templates/base.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename alchemy/static/css/{style.css => theme.css} (100%) diff --git a/alchemy/static/css/style.css b/alchemy/static/css/theme.css similarity index 100% rename from alchemy/static/css/style.css rename to alchemy/static/css/theme.css diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index 0f3fa20..c636e07 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -46,7 +46,7 @@ - + {% block head %}{% endblock %} {% include 'include/analytics.html' %}