diff options
| author | Veikka Kähkönen <veikka.kahkonen@corefactory.com> | 2017-11-30 22:58:11 +0200 |
|---|---|---|
| committer | Veikka Kähkönen <veikka.kahkonen@corefactory.com> | 2017-11-30 22:58:11 +0200 |
| commit | 2998030dff6c045864c99d410cd65fbccf11ece3 (patch) | |
| tree | a33c0ffcb29d5bb86d468b3e560aeac369ae2a7d | |
| parent | 24620014c6a848f917e9f667fa14f0ae5c49de7d (diff) | |
Add /uutiset/ prefix to permalink format
| -rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 8ad6984..948d97d 100644 --- a/_config.yml +++ b/_config.yml @@ -11,6 +11,7 @@ email: hallitus@as.fi description: Aivan Sama! url: "http://beta.as.fi" # the base hostname & protocol for your site baseurl: '' +permalink: /uutiset/:categories/:year/:month/:day/:title.html # DO NOT CHANGE! # Build settings markdown: kramdown |
