From 1cad4c9044d47c6653d804d7fb58581d92f96cc8 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 4 Jan 2021 13:40:21 +0100 Subject: Change organisation --- theme/templates/tag.html | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 theme/templates/tag.html (limited to 'theme/templates/tag.html') diff --git a/theme/templates/tag.html b/theme/templates/tag.html deleted file mode 100755 index dbe2d82..0000000 --- a/theme/templates/tag.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "base.html" %} -{% block title %}{{ SITENAME }} - {{ tag }}{% endblock %} - -{% block content %} -

Articles avec le mot-clef « {{ tag }} »

- {% if articles %} - {% import 'abstract.html' as abstract with context %} - {{ abstract.abstract("h2") }} - {% endif %} - - {% if TAG_FEED_RSS %} - - {% endif %} - - {% if TAG_FEED_ATOM %} - - {% endif %} - - {% endblock %} -- cgit v1.2.3