From 175b40463a9768cf03ca20f0762e8a672aaf6f27 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Tue, 5 May 2020 05:22:05 +0900 Subject: [PATCH] =?UTF-8?q?-=20=E2=80=98theme/templates/base.html.old?= =?UTF-8?q?=E2=80=99=20/=20=E2=80=98theme/templates/category.html=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/templates/base.html.old | 71 ----------------------------------- theme/templates/category.html | 2 +- 2 files changed, 1 insertion(+), 72 deletions(-) delete mode 100644 theme/templates/base.html.old diff --git a/theme/templates/base.html.old b/theme/templates/base.html.old deleted file mode 100644 index 369422a..0000000 --- a/theme/templates/base.html.old +++ /dev/null @@ -1,71 +0,0 @@ - - - - {% block title %}{{ SITENAME }}{%endblock%} - - - - {% if FEED_RSS %} - - {% endif %} - - - - - - - - - - -
-
- {% include 'github.html' %} - - -
- {% block content %} - {% endblock %} -
-
- - - - - - - {% include 'analytics.html' %} - {% include 'piwik.html' %} - {% include 'disqus_script.html' %} - -
- - - diff --git a/theme/templates/category.html b/theme/templates/category.html index a75086f..ba808f1 100644 --- a/theme/templates/category.html +++ b/theme/templates/category.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block content-title %}{{ SITENAME }} - {{ category }}{% endblock %} +{% block content_title %}{{ SITENAME }} - {{ category }}{% endblock %} {% block content %} {% for article in articles %}