diff --git a/templates/macros.html b/templates/macros.html index 27ea9c0..65d4ae9 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -15,6 +15,7 @@ {% endif %} + {% if page.taxonomies.categories %}
{{ config.extra.label_taxonomy }}
@@ -26,6 +27,7 @@ {% endfor %}
+ {% endif %}
{{ config.extra.label_reading }}
{{ page.reading_time }}'
diff --git a/theme.toml b/theme.toml index 4b6e9ae..803531b 100644 --- a/theme.toml +++ b/theme.toml @@ -2,7 +2,7 @@ name = "zola.386" description = "Zola port of the BOOTSTRA.386 theme." license = "MIT" homepage = "https://github.com/lopes/zola.386" -min_version = "0.1.6" +min_version = "0.1.7" demo = "https://zola-386.netlify.com" [author]