[12/03/23] attempted fix for permalink issues #2: added / to end

This commit is contained in:
Andrew Conlin 2023-03-12 18:47:58 +00:00
parent 38d1a136e2
commit b1e568ad59

View File

@ -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