From f6e3bb5cc5464c2dcd4d3349c77ed59320fa0068 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 13 Mar 2026 20:26:22 +0100 Subject: [PATCH] texte des balises

justifie --- content/_index.md | 2 ++ static/style.css | 4 ++++ templates/index.html | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 175a952..2603574 100644 --- a/content/_index.md +++ b/content/_index.md @@ -10,6 +10,8 @@ aside = "aside-index.md" # Accomplissements - [IMEMA](@/accomplissements/IMEMA.md) - Pongzilla +- [Serveur Gitea](@/accomplissements/server-gitea.md) +- Serveur d'impression CUPS # Objectifs - [Alize](@/objectifs/alize.md) diff --git a/static/style.css b/static/style.css index a5598d6..efcdbf2 100644 --- a/static/style.css +++ b/static/style.css @@ -74,3 +74,7 @@ footer{ border-radius: 10px 10px 10px 10px; padding: 10px; } + +p { + text-align: justify; +} diff --git a/templates/index.html b/templates/index.html index 7a3db20..ebfd80f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content %} -

+
{{ section.content | safe }}
{% endblock content %}