diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-05 10:28:12 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-05 10:28:12 +0200 |
commit | 1643801e434c2c9bb09353998856210a46056f3b (patch) | |
tree | e83738f8a874e218f5f1bcbed250f9ecf6ab82dd /_config.yml | |
parent | a041f469ff41f53601c97454b41cfc4ef3f3ed45 (diff) |
update permalinks + fix indents
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 62b2631..4f986b7 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ title: "Loek's Blog" rss: url: https://blog.pipeframe.xyz/atom.xml -permalink: /post/:title +permalink: /post/:title/ exclude: - makefile - license @@ -18,3 +18,4 @@ sass: sourcemap: development gems: - jekyll-liquify + |