diff --git a/templates/macros/macros.html b/templates/macros/macros.html index bf318ee..08d1f66 100644 --- a/templates/macros/macros.html +++ b/templates/macros/macros.html @@ -8,7 +8,7 @@
{%- if page.date %} - + {{ page.date | date(format="%d %B %Y") }} {% endif -%}
{{ page.reading_time }} minute read @@ -86,7 +86,7 @@
{% if page.date %} - Posted on + Posted on {{ page.date | date(format="%d %B %Y") }} ~ {% endif %} {{ page.reading_time }} minute read @@ -182,7 +182,7 @@
{%- if page.date %} - + {{ page.date | date(format="%d %B %Y") }} {% endif -%} {% if page.draft %} DRAFT @@ -212,7 +212,7 @@ {% for page in pages %}
  • {{ page.title }} - {{ page.date | date(format="%Y-%m-%d") }} + {{ page.date | date(format="%d %B %Y") }}
  • {% endfor %}