diff --git a/templates/page.html b/templates/page.html index f89bcfe..dcea946 100644 --- a/templates/page.html +++ b/templates/page.html @@ -45,7 +45,7 @@

Contents

{% if page.taxonomies.tags %}
{% for tag in page.taxonomies.tags %} - #{{ tag }} + #{{ tag }} {% endfor %}
{% endif %} @@ -69,4 +69,3 @@

Contents

{% endblock content %} - diff --git a/templates/post_macros.html b/templates/post_macros.html index f762c33..3909573 100644 --- a/templates/post_macros.html +++ b/templates/post_macros.html @@ -7,7 +7,7 @@

{{ page.date | date(format="%F") }} {% if page.category %}
- {{ page.category }} + {{ page.category }}
{% endif %}