From 485cf473b081260097f56fd56388a55e2bc2f607 Mon Sep 17 00:00:00 2001 From: julien Date: Thu, 16 Jan 2025 00:00:12 +0100 Subject: [PATCH] minor improvements --- src/content/legal.md | 1 + src/content/success.md | 4 ++-- src/templates/page.html | 1 - src/templates/partials/sidenav.html | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/legal.md b/src/content/legal.md index 2f74aa2..03a34a0 100644 --- a/src/content/legal.md +++ b/src/content/legal.md @@ -1,5 +1,6 @@ +++ title = "Mention légales" +slug = "legal" template = "page.html" +++ diff --git a/src/content/success.md b/src/content/success.md index e3df138..6a46ed3 100644 --- a/src/content/success.md +++ b/src/content/success.md @@ -1,9 +1,9 @@ +++ -title = "C'est fait !" +title = "Assitôt dit, assitôt..." slug = "success" template = "page.html" +++
-

Message envoyé, retourner à la page d'accueil !

+

...envoyé ! Message envoyé avec succès, retourner à la page d'accueil.

\ No newline at end of file diff --git a/src/templates/page.html b/src/templates/page.html index c552e21..3676bcf 100644 --- a/src/templates/page.html +++ b/src/templates/page.html @@ -2,7 +2,6 @@ {% block content %}
-

{{ page.title }}

{{ page.content | safe }}
diff --git a/src/templates/partials/sidenav.html b/src/templates/partials/sidenav.html index e176da5..5ada8c8 100644 --- a/src/templates/partials/sidenav.html +++ b/src/templates/partials/sidenav.html @@ -10,9 +10,9 @@
  • Services
  • À propos
  • Hébergement
  • -
  • Maintenance et incidents
  • -
  • Documentation
  • -
  • Contact
  • +
  • Maintenance et incidents
  • +
  • Documentation
  • +
  • Contact
  • \ No newline at end of file