From 7220f49a423dc4fd898365bae948841efc66a1ff Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Thu, 7 May 2020 02:19:40 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98content/pages.html=E2=80=99=20/=20?= =?UTF-8?q?=E2=80=98theme/templates/page.html=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/pages.html | 2 +- theme/templates/page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/pages.html b/content/pages.html index 9891d03..7a25da8 100644 --- a/content/pages.html +++ b/content/pages.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content_header %} -
[|]
#pages#
+
[ ]
#pages#
| {{ SITENAME }} {% endblock %} diff --git a/theme/templates/page.html b/theme/templates/page.html index 270fbae..7982fb6 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content_header %} -
[|]
{{ page.title }}
+
[ ]
{{ page.title }}
| {{ SITENAME }} {% endblock %}