diff options
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 + |