mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Fixed permalink for blog posts
This commit is contained in:
parent
5a1909501e
commit
ca942ea81a
1 changed files with 3 additions and 6 deletions
|
@ -18,6 +18,9 @@ collections:
|
|||
faqs:
|
||||
output: true
|
||||
permalink: /faq/:title/
|
||||
posts:
|
||||
output: true
|
||||
permalink: /:year/:month/:day/:title/
|
||||
|
||||
defaults:
|
||||
-
|
||||
|
@ -27,12 +30,6 @@ defaults:
|
|||
values:
|
||||
layout: "faq"
|
||||
|
||||
scope:
|
||||
type: "posts"
|
||||
values:
|
||||
permalink: /:year/:month/:day/:title/
|
||||
|
||||
|
||||
# Build settings
|
||||
markdown: redcarpet
|
||||
permalink: pretty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue