src/dlw/ssg_config/article_template.j2 aktualisiert
This commit is contained in:
parent
3219b2ef87
commit
f38be809f2
|
|
@ -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 }}
|
||||
Loading…
Reference in New Issue