add people taxonomy

This commit is contained in:
timurgordon
2022-07-24 20:11:32 +02:00
parent 58da17304b
commit 7888168b40
7 changed files with 146 additions and 37 deletions

View File

@@ -13,6 +13,7 @@
{% include "partials/tagsSidebar.html" %}
{% elif current_path is containing("memberships") %}
{% include "partials/memberships.html" %}
{% elif current_path is containing("people") %}
{% else %}
{% include "partials/newsPosts.html" %}
{% include "partials/newsSidebar.html" %}