From 564494f36efc54b0ff5843aa1bb449d1d31f65fd Mon Sep 17 00:00:00 2001 From: "brobert (aider)" Date: Tue, 1 Apr 2025 15:13:43 +0200 Subject: [PATCH] feat: Add TOC link at end of articles --- generate-epub.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/generate-epub.ts b/generate-epub.ts index 617953c..80de427 100644 --- a/generate-epub.ts +++ b/generate-epub.ts @@ -71,7 +71,10 @@ async function generateEpub() {

${post.title}

Por ${post.author}

${paragraphs || '

No content available

'} -

Publicación original

+
+

Publicación original

+

Volver al índice

+
` }); }