2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-16 14:03:10 +00:00

make URL routes simpler

This commit is contained in:
Matthias Mair 2022-04-18 21:29:02 +02:00
parent 77c340a531
commit 6b2c16db9f

@ -20,6 +20,8 @@ collections:
output: true
custom_permalink_placeholders: ["publisher"]
#permalink: "/:publisher/:title"
posts:
permalink: /blog/:year/:month/:day/:title
defaults:
- scope:
@ -40,7 +42,7 @@ defaults:
- scope:
path: ""
values:
layout: "default"
layout: "content"
plugins:
- jekyll-seo-tag