From e1f0a47344a30315559325ca8898b9941d7fea01 Mon Sep 17 00:00:00 2001
From: Sébastien Dailly <sebastien@dailly.me>
Date: Mon, 24 Jun 2024 15:16:20 +0200
Subject: Corrections in the theme

---
 content/pages/demo.rst | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

(limited to 'content')

diff --git a/content/pages/demo.rst b/content/pages/demo.rst
index 44bac5d..c1024f4 100644
--- a/content/pages/demo.rst
+++ b/content/pages/demo.rst
@@ -141,3 +141,29 @@ Admonitions
 
   `Lien`_
 
+Images
+======
+
+.. image:: /images/profile.webp
+  :align: center
+  :alt: La photo du profil
+
+----------
+
+.. figure:: /images/profile.webp
+  :alt: La photo du profil
+  :align: left
+
+  Left
+
+.. figure:: /images/profile.webp
+  :alt: La photo du profil
+  :align: center
+
+  Center
+
+.. figure:: /images/profile.webp
+  :alt: La photo du profil
+  :align: right
+
+  Right
-- 
cgit v1.2.3