diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-31 14:57:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-31 14:57:25 +0300 |
commit | 58113d7c10fd078c3ad5c1245d0048c4b6fb1760 (patch) | |
tree | da13b5f773ff01c329d3256affe2a2b06498f7cb /_config.yml | |
parent | bump dependencies (diff) | |
download | blog-58113d7c10fd078c3ad5c1245d0048c4b6fb1760.tar.gz blog-58113d7c10fd078c3ad5c1245d0048c4b6fb1760.zip |
posts: permalinks without date
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index c3aa0cb..7f33d5d 100644 --- a/_config.yml +++ b/_config.yml @@ -32,6 +32,7 @@ defaults: layout: page excerpt_separator: '' +permalink: none highlighter: rouge markdown: kramdown |