summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-04-09 04:41:59 +0200
committerache <ache@ache.one>2023-04-09 04:41:59 +0200
commitb47634ed39c46315276b8d7aa23fdaa01f129453 (patch)
tree876a45a556ff35776f5f39b098f98f39219ce491
parentDelete cleanupID from svgo (diff)
Reword Read the rest
-rw-r--r--src/build/index.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/index.mjs b/src/build/index.mjs
index 54a0b02..c2701d9 100644
--- a/src/build/index.mjs
+++ b/src/build/index.mjs
@@ -72,7 +72,7 @@ const loadMD = (listFile, suffix) => {
const title = hastToString(titleHtml);
const domTitle = cssesc(title.replace(/\s+/g, '-').replace(/['"#@]/, '').toLowerCase()); // Maybe encodeURI
- const readMore = h('a', 'Lire plus...');
+ const readMore = h('a', 'Lire la suite …');
readMore.properties.href = `${suffix}/${file.slice(0, -3)}`;
const pubYear = getArticleYear({metaData});