diff options
| author | Adam Carpenter <53hornet@gmail.com> | 2019-05-04 11:28:24 -0400 |
|---|---|---|
| committer | Adam Carpenter <53hornet@gmail.com> | 2019-05-04 11:28:24 -0400 |
| commit | 37a224065d3dc16e9ac73884f4d297f88d599f29 (patch) | |
| tree | ce21db592daca388bf668dc6055d341903131423 /_defaults | |
| parent | 689e85e78c106cefb6c83bcdbeae565d021d2e96 (diff) | |
| download | cobalt-site-37a224065d3dc16e9ac73884f4d297f88d599f29.tar.xz cobalt-site-37a224065d3dc16e9ac73884f4d297f88d599f29.zip | |
Posts on journal page are chronological, with most recent at the top.
Diffstat (limited to '_defaults')
| -rw-r--r-- | _defaults/posts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_defaults/posts.md b/_defaults/posts.md index 90973a9..278e5e0 100644 --- a/_defaults/posts.md +++ b/_defaults/posts.md @@ -5,6 +5,6 @@ layout: post.liquid title: New Post tags: [] categories: [] -permalink: "/posts/{{categories}}/{{slug}}" +permalink: /posts/{{categories}}/{{slug}} --- Start writing already... |