diff --git a/_includes/layouts/page.njk b/_includes/layouts/page.njk index a1bb68a..67cebd4 100644 --- a/_includes/layouts/page.njk +++ b/_includes/layouts/page.njk @@ -5,16 +5,16 @@ sidemenu: false {% from "components/component.njk" import component with context %}
-
+
{% if showBreadcrumb %} {% include "components/breadcrumb.njk" %} {% endif %} -

{{ title }}

- {% include "components/taggroup.njk" %} -

+

{{ title }}

+ {% include "components/taggroup-disabled.njk" %} +

{{ "published_on" | i18n }}

@@ -24,7 +24,7 @@ sidemenu: false
-
+
{% include "components/pagefind_filters.njk" %}
{% if sidemenu %}