diff --git a/templates/page.html b/templates/page.html index e68278b..4a5ec39 100644 --- a/templates/page.html +++ b/templates/page.html @@ -27,7 +27,8 @@

{{ page.title }}

in {{ category }} {% endif %} {% if page.taxonomies.tags %} - and tagged + {% if page.taxonomies.categories %}and{% endif %} + tagged {% for tag in page.taxonomies.tags %} {{ tag }} {% if page.taxonomies.tags | length > 1 %} @@ -49,4 +50,3 @@

{{ page.title }}

{% endblock content %} -