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 %}