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/index.html | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 theme/templates/index.html (limited to 'theme/templates/index.html') diff --git a/theme/templates/index.html b/theme/templates/index.html deleted file mode 100755 index e35bb04..0000000 --- a/theme/templates/index.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "base.html" %} -{% block title %}{{ SITENAME }} - Accueil{% endblock %} - -{% block content %} - - {% if articles %} - {% import 'abstract.html' as abstract with context %} - {{ abstract.abstract("h1") }} - {% endif %} - - {% if FEED_RSS %} - - {% endif %} - - {% if FEED_ATOM %} - - {% endif %} - -{% endblock %} -- cgit v1.2.3