From f38be809f22a385da22ed8acd728edeaaf9b8901 Mon Sep 17 00:00:00 2001 From: Kim Diallo Date: Sat, 3 Jan 2026 02:33:26 +0100 Subject: [PATCH] src/dlw/ssg_config/article_template.j2 aktualisiert --- src/dlw/ssg_config/article_template.j2 | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/dlw/ssg_config/article_template.j2 b/src/dlw/ssg_config/article_template.j2 index 2db05ef..3088920 100644 --- a/src/dlw/ssg_config/article_template.j2 +++ b/src/dlw/ssg_config/article_template.j2 @@ -1,12 +1,11 @@ ---- -Title: {{ title }} -Date: {{ date | strftime("%Y-%m-%d %H:%M") }} -Slug: {{ slug }} -Description: {{ description }} -Abstract: {{ abstract }} -PDF_Download: /downloads/{{ pdf_filename }} -Audio_Download: /downloads/{{ audio_filename }} ---- - -{{ article_body }} - +--- +Title: {{ title }} +Date: {{ date }} +Slug: {{ slug }} +Description: {{ description }} +Abstract: {{ abstract }} +PDF_Download: /downloads/{{ slug }}.pdf +Audio_Download: /downloads/{{ slug }}.mp3 +--- + +{{ article_body }} \ No newline at end of file