summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-06-19 21:18:05 +0200
committerAlan Pearce2017-06-19 21:18:05 +0200
commit834b7e0cca76a1e5750434d0db0d29b14d4a7cc4 (patch)
tree05ae2a5a87f7c5c1f2f7fb6be0d7169f0ac42733
parentd2b9b7e3299a4d80655439c99c5de26a8c95e6f2 (diff)
downloadhomestead-834b7e0cca76a1e5750434d0db0d29b14d4a7cc4.tar.lz
homestead-834b7e0cca76a1e5750434d0db0d29b14d4a7cc4.tar.zst
homestead-834b7e0cca76a1e5750434d0db0d29b14d4a7cc4.zip
Fix posts directory default configuration
-rw-r--r--config/default.toml2
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"