diff options
author | Alan Pearce | 2017-06-19 21:18:05 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-19 21:18:05 +0200 |
commit | 834b7e0cca76a1e5750434d0db0d29b14d4a7cc4 (patch) | |
tree | 05ae2a5a87f7c5c1f2f7fb6be0d7169f0ac42733 | |
parent | d2b9b7e3299a4d80655439c99c5de26a8c95e6f2 (diff) | |
download | homestead-834b7e0cca76a1e5750434d0db0d29b14d4a7cc4.tar.lz homestead-834b7e0cca76a1e5750434d0db0d29b14d4a7cc4.tar.zst homestead-834b7e0cca76a1e5750434d0db0d29b14d4a7cc4.zip |
Fix posts directory default configuration
-rw-r--r-- | config/default.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.toml b/config/default.toml index ff1f843..67bb521 100644 --- a/config/default.toml +++ b/config/default.toml @@ -5,7 +5,7 @@ port = 3000 title = "Test Site" [posts] -folder = "../posts" +folder = "./posts" [taxonomies] tag = "tags" |