aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8039ca2..99a3b24 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ To enable listing of pages in homepage add the following in `config.toml`
```toml
[extra]
-list_pages = false
+list_pages = true
```
### Header and footer nav links
@@ -56,6 +56,7 @@ header_nav = [
{ name = "#tags", url = "/tags" },
{ name = "+categories", url = "/categories" },
{ name = "@contexts", url = "/contexts" },
+ { name = "example", url = "http://example.com", new_tab=true },
]
footer_nav = [
{ name = "< previous", url = "#" },