src/dlw/ssg_config/article_template.j2 aktualisiert

This commit is contained in:
Kim Diallo 2026-01-03 02:33:26 +01:00
parent 3219b2ef87
commit f38be809f2
1 changed files with 11 additions and 12 deletions

View File

@ -1,12 +1,11 @@
--- ---
Title: {{ title }} Title: {{ title }}
Date: {{ date | strftime("%Y-%m-%d %H:%M") }} Date: {{ date }}
Slug: {{ slug }} Slug: {{ slug }}
Description: {{ description }} Description: {{ description }}
Abstract: {{ abstract }} Abstract: {{ abstract }}
PDF_Download: /downloads/{{ pdf_filename }} PDF_Download: /downloads/{{ slug }}.pdf
Audio_Download: /downloads/{{ audio_filename }} Audio_Download: /downloads/{{ slug }}.mp3
--- ---
{{ article_body }} {{ article_body }}