diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-08-26 19:35:11 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-08-26 19:35:11 +0300 |
| commit | 97a9ede8c7b16468c78506f4e6c413287f00cc07 (patch) | |
| tree | e402ccc39fc50a06e4dbb8b769b7e0154855b999 /_config.yml | |
| parent | d548d4a900024352a033e2b4523bb7f272b26a6f (diff) | |
| download | aaoth.xyz-97a9ede8c7b16468c78506f4e6c413287f00cc07.tar.gz aaoth.xyz-97a9ede8c7b16468c78506f4e6c413287f00cc07.zip | |
fix permalinks
openbsd doesn't like that i was trying to access 'example.com/page.html' by
entering 'example.com/page' into the web browser.
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index 4a3dd1e..ffe208e 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ collections: music_projects: output: true - permalink: /music/:title + permalink: /music/:title/ sort_by: start_date music_titles: @@ -44,7 +44,7 @@ defaults: layout: "post" - scope: - path: "_music_projects" + type: "music_projects" values: layout: "music-project" |
