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 %} {# 加载缓存标签 #}