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 }}
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 }}