From 2562ac7797074da7c8d59aeb7d0422a1e1cd5056 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 28 Jan 2023 15:25:13 +0100 Subject: [PATCH] change url pattern --- _layouts/plugin.html | 4 ++-- categories.html | 2 +- tags.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/plugin.html b/_layouts/plugin.html index ce0394aa..3edf81f6 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -71,7 +71,7 @@ fullwith: true
{% for categorie in page.categories %} - {{ categorie }} + {{ categorie }} {% endfor %}
@@ -80,7 +80,7 @@ fullwith: true
{% for tag in page.tags %} - {{ tag }} + {{ tag }} {% endfor %}
diff --git a/categories.html b/categories.html index 342ba09b..3a250014 100644 --- a/categories.html +++ b/categories.html @@ -2,6 +2,6 @@ layout: collection/collection_refpage title: Plugins by Category collection: repo -permalink: /categories/ +permalink: /plugins/categories/ reference: categories --- diff --git a/tags.html b/tags.html index 6d4e13a6..85273a96 100644 --- a/tags.html +++ b/tags.html @@ -2,6 +2,6 @@ layout: collection/collection_refpage title: Plugins by Tags collection: repo -permalink: /tags/ +permalink: /plugins/tags/ reference: tags ---