diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 = "#" }, |
