diff --git a/template/article_template.html b/template/article_template.html index 93c343e..7f0e3cf 100644 --- a/template/article_template.html +++ b/template/article_template.html @@ -17,35 +17,38 @@ -
-
-

- {{ article.title }} -

-

- {{ article.summary }} -

-
- {% if site.custom.defaultAuthor != article.createdBy %} +
+
+
+

+ {{ article.title }} +

+

+ {{ article.summary }} +

+
+ {% if site.custom.defaultAuthor != article.createdBy %} {{ article.createdBy }}, - {% endif %} - {{ article.createdAt | date("dd.MM.yyyy") }} - | - 5 min read -
-
+ {% endif %} + {{ article.createdAt | date("dd.MM.yyyy") }} + | + 5 min read +
+
- {% if article.custom.containsKey("photo") %} + {% if article.custom.containsKey("photo") %}
- {% endif %} - -
- {{ article.htmlContent | raw }} -
-
+ {% endif %} + +
+ {{ article.htmlContent | raw }} +
+ + +