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 %}