diff options
author | EuAndreh <eu@euandre.org> | 2020-12-28 16:20:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-28 16:20:26 -0300 |
commit | 70071aa5e8509af95438ebb33959d15d8f244bf0 (patch) | |
tree | 4c5973bd246c66efc348bd52d73288b77e8bc195 | |
parent | TODOs.org: Mark 7535169e-715e-409b-88c3-78c4bb482d95 as done (diff) | |
download | euandre.org-70071aa5e8509af95438ebb33959d15d8f244bf0.tar.gz euandre.org-70071aa5e8509af95438ebb33959d15d8f244bf0.tar.xz |
_config.yml: Add missing :day component to screencasts collection permalink
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index bf0220f..39557ef 100644 --- a/_config.yml +++ b/_config.yml @@ -60,7 +60,7 @@ collections: permalink: /podcast/:year/:month/:day/:title:output_ext screencasts: output: true - permalink: /screencast/:year/:month/:title:output_ext + permalink: /screencast/:year/:month/:day/:title:output_ext all_collections: - pages |