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