From 5fde5593e22bae924d6f0f1aa396d8574247949d Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Tue, 5 May 2020 22:23:28 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98content/pages.html=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/pages.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/content/pages.html b/content/pages.html index 94d9808..3428c5b 100644 --- a/content/pages.html +++ b/content/pages.html @@ -1 +1,31 @@ {% extends "base.html" %} + +{% block content_title %} +
[|]
#pages#
+| +{{ SITENAME }} +{% endblock %} + +{% block content %} +
+ {% for page in pages %} +
+ + {{ article.date.isoformat() }} - {{ article.title }} + +
+ {% endfor %} +
+{% endblock %} + + + + +{% extends "base.html" %} + +{% block pagelisting %} +
+
+ {{ SITENAME }} +* +{% endblock %}