From 07b11cee0a3a7c509637aeb7a6879bfe819297ac Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sat, 2 May 2020 20:00:15 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98theme/templates/category.html?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/templates/category.html | 76 ++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 2 deletions(-) diff --git a/theme/templates/category.html b/theme/templates/category.html index 56f8e93..253cf59 100644 --- a/theme/templates/category.html +++ b/theme/templates/category.html @@ -1,2 +1,74 @@ -{% extends "index.html" %} -{% block title %}{{ SITENAME }} - {{ category }}{% endblock %} + + + + + {% block title %}{{ SITENAME }}{%endblock%} + + + + + + + + + +
+ + +
+ {{ SITENAME }} +
+
+ + {% for article in articles %} + + + +
+ {{ article.content }} +
+ + {% if not HIDE_DATE %} + + {% endif %} + + {% endfor %} + +
+ + + + + +