aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Alaa <aa@4b.cx>2023-04-05 18:46:07 +0000
committerAhmed Alaa <aa@4b.cx>2023-04-05 18:46:07 +0000
commite094ecaf35c733f74ce777a91a672adca6003eaf (patch)
tree776857faa22bd778a8233b4e755c64558b1308d5 /README.md
parent9e5b31ad75de3932181252c9dd4ca74e3d73d2a7 (diff)
parentbaaaf164c120bb5e96a7243b0beab8547029e498 (diff)
Merge branch 'new-tab' into 'main'
templates/base: support opening nav items in new tab See merge request 4bcx/no-style-please!4
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ffb9c16..99a3b24 100644
--- a/README.md
+++ b/README.md
@@ -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 = "#" },