From d2719cb0c1422929c9b53840beda0d7959c8ed18 Mon Sep 17 00:00:00 2001 From: pa2g3nmk9 <3474779149@qq.com> Date: Fri, 7 Nov 2025 22:05:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/DjangoBlog-master/tem?= =?UTF-8?q?plates/blog/article=5Farchives.html'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DjangoBlog-master/templates/blog/article_archives.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/DjangoBlog-master/templates/blog/article_archives.html b/src/DjangoBlog-master/templates/blog/article_archives.html index 3fe61a9..c0dad03 100644 --- a/src/DjangoBlog-master/templates/blog/article_archives.html +++ b/src/DjangoBlog-master/templates/blog/article_archives.html @@ -1,4 +1,3 @@ -``` {% extends 'share_layout/base.html' %} {# 继承基础布局模板 #} {% load blog_tags %} {# 加载博客自定义标签 #} {% load cache %} {# 加载缓存标签 #}