[12/03/23] attempted fix for permalink issues #2: added / to end
This commit is contained in:
parent
38d1a136e2
commit
b1e568ad59
@ -9,14 +9,14 @@ defaults:
|
||||
path: "_posts/blog"
|
||||
type: posts
|
||||
values:
|
||||
permalink: blog/:year/:month/:day/:title
|
||||
permalink: blog/:year/:month/:day/:title/
|
||||
layout: post
|
||||
# til
|
||||
- scope:
|
||||
path: "_posts/til"
|
||||
type: posts
|
||||
values:
|
||||
permalink: til/:title
|
||||
permalink: til/:title/
|
||||
category: til
|
||||
layout: til-post
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user