diff options
author | Oxbian <got.dacs@slmail.me> | 2023-06-26 21:00:25 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-06-26 21:00:25 +0200 |
commit | b1a864045353ec4db00a042bc3372a4997fda547 (patch) | |
tree | 55fa5658a33180e6c19f57d9c69b05cb694fd51f /templates | |
parent | 882418e4786e7789348554fbe71324b00eae7754 (diff) | |
download | ArKa-Blog-b1a864045353ec4db00a042bc3372a4997fda547.tar.gz ArKa-Blog-b1a864045353ec4db00a042bc3372a4997fda547.zip |
Adding light & dark mode depending from browser theme
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index_template.html | 2 | ||||
-rw-r--r-- | templates/page_template.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/index_template.html b/templates/index_template.html index 5a80edc..c8cd6ae 100644 --- a/templates/index_template.html +++ b/templates/index_template.html @@ -44,7 +44,7 @@ <!-- Bas de page --> <hr> <footer> - <p>Contactez-moi pour toute question ou discussion, je répond assez vite en général.</p> + <p>Contactez-moi pour toute question ou discussion, je réponds assez vite en général.</p> <!-- Réseaux sociaux--> <div id="social"> diff --git a/templates/page_template.html b/templates/page_template.html index 5adfb02..8374367 100644 --- a/templates/page_template.html +++ b/templates/page_template.html @@ -41,7 +41,7 @@ <!-- Bas de page --> <hr> <footer> - <p>Contactez-moi pour toute question ou discussion, je répond assez vite en général.</p> + <p>Contactez-moi pour toute question ou discussion, je réponds assez vite en général.</p> <!-- Réseaux sociaux--> <div id="social"> |