diff --git a/templates/blog-page.html b/templates/blog-page.html index d67ef19..5756097 100644 --- a/templates/blog-page.html +++ b/templates/blog-page.html @@ -15,7 +15,7 @@ {{ page.title }} -

{{ page.date }}

+

{{ page.date }}

{% if page.extra.image %} {% set image = page.extra.image %} diff --git a/templates/blog.html b/templates/blog.html index c2388fa..1c8286f 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -51,8 +51,8 @@

{{ page.title }}

-

{{ page.date }}

-

{{ page.description }}

+

{{ page.date }}

+

{{ page.description }}

{% endfor %}