diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-31 14:51:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-31 14:51:55 +0300 |
commit | 6bf7c39c874004dd87d4c661018acf2285c8e135 (patch) | |
tree | 0e9510dc62808c869b4d6f5df1ac3f39ac7c48ae | |
parent | bump dependencies (diff) | |
download | jekyll-theme-6bf7c39c874004dd87d4c661018acf2285c8e135.tar.gz jekyll-theme-6bf7c39c874004dd87d4c661018acf2285c8e135.zip |
posts: permalinks without date
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 62090fe..3f7d6ff 100644 --- a/_config.yml +++ b/_config.yml @@ -21,6 +21,7 @@ defaults: layout: post excerpt_separator: '' +permalink: none highlighter: rouge markdown: kramdown |