diff --git a/templates/archives.html b/templates/archives.html index b0c1d18..81ddf05 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -7,7 +7,7 @@

{{ _('Archives') }}

-
+
{% set previous_date = False %} diff --git a/templates/article.html b/templates/article.html index 44d3fe1..ffb2358 100644 --- a/templates/article.html +++ b/templates/article.html @@ -46,6 +46,8 @@ {% endif %} +
+
{{ article.content }}
@@ -92,6 +94,7 @@ (adsbygoogle = window.adsbygoogle || []).push({}); {% endif %} +
{% include "partial/disqus.html" %} {% include "partial/isso.html" %} diff --git a/templates/authors.html b/templates/authors.html index ee8449b..b7c82ea 100644 --- a/templates/authors.html +++ b/templates/authors.html @@ -7,7 +7,7 @@

{{ _('Authors') }}

-
+