diff --git a/src/dlw/ssg_config/templates/article.html b/src/dlw/ssg_config/templates/article.html index be8eaad..b37084c 100644 --- a/src/dlw/ssg_config/templates/article.html +++ b/src/dlw/ssg_config/templates/article.html @@ -1,30 +1,12 @@ -{% extends "base.html" %} - -{% block title %}{{ article.title }}{% endblock %} - -{% block content %} -
-
-

{{ article.title }}

-

Veröffentlicht am: {{ article.date | strftime('%Y-%m-%d') }}

-
- -
-

Abstract

-

{{ article.metadata.get('abstract') }}

-
- -
- {% if article.metadata.get('pdf_download') %} -

PDF herunterladen

- {% endif %} - {% if article.metadata.get('audio_download') %} -

Audio (MP3) anhören

- {% endif %} -
- -
- {{ article.content }} -
-
-{% endblock %} +{% extends "base.html" %} +{% block content %} +
+

{{ article.title }}

+

{{ article.metadata.get('abstract') }}

+
{{ article.content }}
+
+ PDF + Audio +
+
+{% endblock %} \ No newline at end of file