mirror of
https://github.com/inventree/inventree-website.git
synced 2025-05-16 22:13:09 +00:00
make URL routes simpler
This commit is contained in:
parent
77c340a531
commit
6b2c16db9f
@ -20,6 +20,8 @@ collections:
|
|||||||
output: true
|
output: true
|
||||||
custom_permalink_placeholders: ["publisher"]
|
custom_permalink_placeholders: ["publisher"]
|
||||||
#permalink: "/:publisher/:title"
|
#permalink: "/:publisher/:title"
|
||||||
|
posts:
|
||||||
|
permalink: /blog/:year/:month/:day/:title
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
- scope:
|
- scope:
|
||||||
@ -40,7 +42,7 @@ defaults:
|
|||||||
- scope:
|
- scope:
|
||||||
path: ""
|
path: ""
|
||||||
values:
|
values:
|
||||||
layout: "default"
|
layout: "content"
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user