From f057192092025c8e9511749cfd225b4493ffebb4 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sat, 2 May 2020 20:02:26 +0900 Subject: [PATCH] =?UTF-8?q?+=20=E2=80=98theme/templates/base.html.old?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/templates/base.html.old | 71 +++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 theme/templates/base.html.old diff --git a/theme/templates/base.html.old b/theme/templates/base.html.old new file mode 100644 index 0000000..369422a --- /dev/null +++ b/theme/templates/base.html.old @@ -0,0 +1,71 @@ + + + + {% block title %}{{ SITENAME }}{%endblock%} + + + + {% if FEED_RSS %} + + {% endif %} + + + + + + + + + + +
+
+ {% include 'github.html' %} + + +
+ {% block content %} + {% endblock %} +
+
+ + + + + + + {% include 'analytics.html' %} + {% include 'piwik.html' %} + {% include 'disqus_script.html' %} + +
+ + +