aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-01-04 13:40:21 +0100
committerSébastien Dailly <sebastien@chimrod.com>2021-01-05 11:06:20 +0100
commit1cad4c9044d47c6653d804d7fb58581d92f96cc8 (patch)
tree9696b75a4288976a00dbfc694090768ac93cdd14 /theme/templates/index.html
parent0c09a00a0b298cbd3bbd0082cc1026e22db9b1c5 (diff)
Change organisation
Diffstat (limited to 'theme/templates/index.html')
-rwxr-xr-xtheme/templates/index.html19
1 files changed, 0 insertions, 19 deletions
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 %}
- <a href="{{ FEED_DOMAIN }}/{{ FEED_RSS }}" ><img src="../theme/images/rss.png" /></a>
- {% endif %}
-
- {% if FEED_ATOM %}
- <a href="{{ FEED_DOMAIN }}/{{ FEED_ATOM }}" ><img src="../theme/images/atom.png" /></a>
- {% endif %}
-
-{% endblock %}