diff --git a/blog/templates/macros.html b/blog/templates/macros.html index 72f61ee2..406a1ef2 100644 --- a/blog/templates/macros.html +++ b/blog/templates/macros.html @@ -1,11 +1,11 @@ {% macro post_link(page) %} -
+

{{ page.title }}

{{ page.summary | safe}} read more…
-
+ {% endmacro post_link %} {% macro utterances() %} diff --git a/blog/templates/news-section.html b/blog/templates/news-section.html index 2dc27f79..e61c9a64 100644 --- a/blog/templates/news-section.html +++ b/blog/templates/news-section.html @@ -12,7 +12,7 @@
{% for page in section.pages %} -
+

{{ page.title }}

-
+
{% endfor %}