From 1cad4c9044d47c6653d804d7fb58581d92f96cc8 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 4 Jan 2021 13:40:21 +0100 Subject: Change organisation --- theme/templates/base.html | 54 ----------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100755 theme/templates/base.html (limited to 'theme/templates/base.html') diff --git a/theme/templates/base.html b/theme/templates/base.html deleted file mode 100755 index 6f44bb4..0000000 --- a/theme/templates/base.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - {% block title %}{{ SITENAME }}{%endblock%} - - - - {% if tag %} - {% if TAG_FEED_ATOM %} - - {% endif %} - {% if TAG_FEED_RSS %} - - {% endif %} - {% endif %} - {% if category %} - {% if CATEGORY_FEED_ATOM %} - - {% endif %} - {% if CATEGORY_FEED_RSS %} - - {% endif %} - {% endif %} - - {% if GOOGLE_ANALYTICS %} - - - {% endif %} - - -
- -{% include 'header.html' %} -{% include 'menu.html' %} - -
-{% block content %} -{% endblock %} -
- - -
- - -- cgit v1.2.3