summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/build/i18n.mjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/i18n.mjs b/src/build/i18n.mjs
index 627fa33..b4a215b 100644
--- a/src/build/i18n.mjs
+++ b/src/build/i18n.mjs
@@ -21,7 +21,7 @@ const i18n = {
rss: {
'title': 'ache: Blog personnel',
'quick_description': 'Programmation, Algorithmique, Système, *pick you poison*',
- 'description': `<b>Ceci est un flux RSS</b> à destination des agrégateurs de contenu.<br/>En tant qu'être humain vous cherchez certainement mon site <a href="https://ache.one">mon site web</a>.`
+ 'description': `<b>Ceci est un flux RSS</b> à destination des agrégateurs de contenu.<br/>En tant qu'être humain vous cherchez certainement <a href="https://ache.one/fr/">mon site web</a>.`
},
toc_keyword: "Sommaire"
},
@@ -43,7 +43,7 @@ const i18n = {
],
rss: {
'title': 'ache: Personal blog',
- 'description': `<b>This is a RSS feed</b> for content agreagator.<br/>As an humain you may looking for my website <a href="https://ache.one">mon site web</a>.`
+ 'description': `<b>This is a RSS feed</b> for content agreagator.<br/>As an humain you may looking for <a href="https://ache.one/en/">my website</a>.`
},
toc_keyword: "Table of contents"
}