From 8c582e1c239e7b5a10d69183ee7d2d07289ff13c Mon Sep 17 00:00:00 2001 From: sebousan Date: Tue, 25 Apr 2023 18:10:48 +0200 Subject: [PATCH] add current active page to list in filter --- layouts/partials/persons/filters/statutes.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/persons/filters/statutes.html b/layouts/partials/persons/filters/statutes.html index dc6ef20..afde8b1 100644 --- a/layouts/partials/persons/filters/statutes.html +++ b/layouts/partials/persons/filters/statutes.html @@ -1 +1 @@ -{{ partial "commons/filters/taxonomy.html" (dict "tax" "statutes") }} +{{ partial "commons/filters/taxonomy.html" (dict "tax" "statutes" "current" .) }} diff --git a/package.json b/package.json index 5088a35..01e12f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugolify-theme-persons-statutes", - "version": "1.0.8", + "version": "1.0.9", "homepage": "https://www.hugolify.io", "repository": "https://github.com/hugolify/hugolify-theme-persons-statutes", "bugs": {