diff --git a/templates/post_macros.html b/templates/post_macros.html index e25bd02..c057f83 100644 --- a/templates/post_macros.html +++ b/templates/post_macros.html @@ -17,7 +17,7 @@
{{ page.date | date(format="%F") }} {% if page.taxonomies.authors %} - + {% for author in page.taxonomies.authors %} {{ author }} {% if page.taxonomies.authors | length > 1 %} @@ -94,7 +94,7 @@ by {% for author in page.taxonomies.authors %} - {{ author }} + {{ author }} {% if page.taxonomies.authors | length > 1 %} {% if loop.index != page.taxonomies.authors | length %} @@ -114,7 +114,7 @@ and {% if page.taxonomies.categories %} {% set category = page.taxonomies.categories[0] %} in - + {{ category }}