From 41104392fd13252569abb67b3e3907f5e6a02e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=85=A7?= <1096877868@qq.com> Date: Sat, 11 Oct 2025 19:42:58 +0800 Subject: [PATCH] add --- src/article_meta_info.html | 59 ++++++++++++++++ src/article_pagination.html | 17 +++++ src/article_tag_list.html | 19 +++++ src/breadcrumb.html | 19 +++++ src/sidebar.html | 136 ++++++++++++++++++++++++++++++++++++ 5 files changed, 250 insertions(+) create mode 100644 src/article_meta_info.html create mode 100644 src/article_pagination.html create mode 100644 src/article_tag_list.html create mode 100644 src/breadcrumb.html create mode 100644 src/sidebar.html diff --git a/src/article_meta_info.html b/src/article_meta_info.html new file mode 100644 index 0000000..cb6111c --- /dev/null +++ b/src/article_meta_info.html @@ -0,0 +1,59 @@ +{% load i18n %} +{% load blog_tags %} + + + + + diff --git a/src/article_pagination.html b/src/article_pagination.html new file mode 100644 index 0000000..95514ff --- /dev/null +++ b/src/article_pagination.html @@ -0,0 +1,17 @@ +{% load i18n %} + \ No newline at end of file diff --git a/src/article_tag_list.html b/src/article_tag_list.html new file mode 100644 index 0000000..c8ba474 --- /dev/null +++ b/src/article_tag_list.html @@ -0,0 +1,19 @@ +{% load i18n %} +{% if article_tags_list %} +