mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 04:56:45 +00:00
change url pattern
This commit is contained in:
parent
1c06b89d9d
commit
2562ac7797
@ -71,7 +71,7 @@ fullwith: true
|
||||
<h4 class="plugin_links">Categories</h4>
|
||||
<div>
|
||||
{% for categorie in page.categories %}
|
||||
<a href="/categories/#{{ categorie | slugify }}"><span class="plugin_cat">{{ categorie }}</span></a>
|
||||
<a href="{% link categories.html %}#{{ categorie | slugify }}"><span class="plugin_cat">{{ categorie }}</span></a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
@ -80,7 +80,7 @@ fullwith: true
|
||||
<h4 class="plugin_links">Tags</h4>
|
||||
<div>
|
||||
{% for tag in page.tags %}
|
||||
<a href="/tags/#{{ tag | slugify }}"><span class="plugin_tag">{{ tag }}</span></a>
|
||||
<a href="{% link tags.html %}#{{ tag | slugify }}"><span class="plugin_tag">{{ tag }}</span></a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,6 +2,6 @@
|
||||
layout: collection/collection_refpage
|
||||
title: Plugins by Category
|
||||
collection: repo
|
||||
permalink: /categories/
|
||||
permalink: /plugins/categories/
|
||||
reference: categories
|
||||
---
|
||||
|
Loading…
x
Reference in New Issue
Block a user