[12/03/23] attempted fix for permalink issues #2: added / to end
This commit is contained in:
parent
38d1a136e2
commit
b1e568ad59
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue