From 8ede00c2fbc8b61387f6aa28e8d504dc55debabd Mon Sep 17 00:00:00 2001 From: p9xvr8cjz <2775939221@qq.com> Date: Fri, 7 Nov 2025 19:04:41 +0800 Subject: [PATCH] Delete 'templates/blog/tags/article_info.html' --- templates/blog/tags/article_info.html | 74 --------------------------- 1 file changed, 74 deletions(-) delete mode 100644 templates/blog/tags/article_info.html diff --git a/templates/blog/tags/article_info.html b/templates/blog/tags/article_info.html deleted file mode 100644 index 3deec44..0000000 --- a/templates/blog/tags/article_info.html +++ /dev/null @@ -1,74 +0,0 @@ -{% load blog_tags %} -{% load cache %} -{% load i18n %} -
-
- -

- {% if isindex %} - {% if article.article_order > 0 %} - 【{% trans 'pin to top' %}】{{ article.title }} - {% else %} - {{ article.title }} - {% endif %} - - {% else %} - {{ article.title }} - {% endif %} -

- -
- {% if article.type == 'a' %} - {% if not isindex %} - {% cache 36000 breadcrumb article.pk %} - {% load_breadcrumb article %} - {% endcache %} - {% endif %} - {% endif %} -
- -
- {% if isindex %} - {{ article.body|custom_markdown|escape|truncatechars_content }} -

Read more

- {% else %} - - {% if article.show_toc %} - {% get_markdown_toc article.body as toc %} - {% trans 'toc' %}: - {{ toc|safe }} - -
- {% endif %} -
- - {{ article.body|custom_markdown|escape }} - -
- {% endif %} - -
- - {% load_article_metas article user %} - -
\ No newline at end of file