aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index 1193328..3546728 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -39,8 +39,7 @@
<div class="content text">
{% block content %}
- <div id="features" class="heading-text">{{ section.title }} </div>
- {{ section.content | safe }}
+ {{ section.content | safe }}
{% endblock content %}
</div>
@@ -56,7 +55,7 @@
thème dérivé de <a href="https://github.com/huhu/juice">Juice</a>,
servi par <a href="https://garagehq.deuxfleurs.fr/">Garage</a>.
</small>
- <small class="subtext">Dernière mise à jour le {{ now() | date(format="%A %-d %B %Y", locale="fr_FR") }}.</small>
+ <small class="subtext">Dernière mise à jour du site le {{ now() | date(format="%A %-d %B %Y", locale="fr_FR") }}.</small>
</footer>
{% endblock footer %}
</body>