From a67e38d1a82c95db5bd24183e81b31438f60dd2c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 2 Jul 2017 16:22:35 +0200 Subject: feat: add configurable navigation --- test/testsite/config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/testsite/config.toml') diff --git a/test/testsite/config.toml b/test/testsite/config.toml index 1fbbb82..8f82937 100644 --- a/test/testsite/config.toml +++ b/test/testsite/config.toml @@ -1,2 +1,6 @@ [posts] -folder = "./posts" \ No newline at end of file +folder = "./posts" + +[[site.nav]] +text = "Home" +url = "/" \ No newline at end of file -- cgit 1.4.1