diff options
Diffstat (limited to '_defaults')
-rw-r--r-- | _defaults/posts.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_defaults/posts.md b/_defaults/posts.md index 9b8659c..90973a9 100644 --- a/_defaults/posts.md +++ b/_defaults/posts.md @@ -5,5 +5,6 @@ layout: post.liquid title: New Post tags: [] categories: [] +permalink: "/posts/{{categories}}/{{slug}}" --- Start writing already... |