- {{section.title}} -
--
- {% for page in section.pages %}
-
- {{page.title}} - {% endfor %} -
diff --git a/content/accomplissements/_index.md b/content/accomplissements/_index.md index a4d2c78..6796b8a 100644 --- a/content/accomplissements/_index.md +++ b/content/accomplissements/_index.md @@ -2,6 +2,6 @@ title = "Liste des Accomplissements" description = "Liste " sort_by = "title" -template = "accomplissements.html" +template = "sections.html" page_template = "page.html" +++ diff --git a/content/objectifs/_index.md b/content/objectifs/_index.md index d4d0099..0f9751f 100644 --- a/content/objectifs/_index.md +++ b/content/objectifs/_index.md @@ -2,6 +2,6 @@ title = "Liste des Objectifs" description = "Objectifs a atteindre de Hatmos" sort_by = "title" -template = "objectifs.html" +template = "sections.html" page_template = "page.html" +++ diff --git a/static/style.css b/static/style.css index ebe454c..2e1b5cf 100644 --- a/static/style.css +++ b/static/style.css @@ -52,3 +52,7 @@ blockquote{ border-radius: 10px 10px 10px 10px; padding: 10px; } + +footer{ + margin: 5px; +} diff --git a/templates/objectifs.html b/templates/objectifs.html deleted file mode 100644 index f0d78ad..0000000 --- a/templates/objectifs.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -