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