diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2024-06-24 15:16:20 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2024-06-24 15:16:20 +0200 |
commit | e1f0a47344a30315559325ca8898b9941d7fea01 (patch) | |
tree | f8bd829dda65c8fc73885d1346d3486efff43b6a /content/pages | |
parent | 5077c6f61e2a58b7590a0200566510894d130361 (diff) |
Corrections in the theme
Diffstat (limited to 'content/pages')
-rw-r--r-- | content/pages/demo.rst | 26 |
1 files changed, 26 insertions, 0 deletions
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 |