From 350338baa4d9561c87c3198c795212d703161cbf Mon Sep 17 00:00:00 2001 From: andreimarcu Date: Thu, 24 Sep 2015 23:26:18 -0400 Subject: [PATCH] Structure /static --- static/{ => css}/linx.css | 0 static/{ => images}/favicon.gif | Bin templates/base.html | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename static/{ => css}/linx.css (100%) rename static/{ => images}/favicon.gif (100%) diff --git a/static/linx.css b/static/css/linx.css similarity index 100% rename from static/linx.css rename to static/css/linx.css diff --git a/static/favicon.gif b/static/images/favicon.gif similarity index 100% rename from static/favicon.gif rename to static/images/favicon.gif diff --git a/templates/base.html b/templates/base.html index d188cc5..a4d581b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,8 +3,8 @@ {% block title %}{{ sitename }}{% endblock %} - - + + {% block head %}{% endblock %}