diff options
Diffstat (limited to 'tools/website.tmpl')
-rw-r--r-- | tools/website.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/website.tmpl b/tools/website.tmpl index 6dce93d14..50f8c3aa4 100644 --- a/tools/website.tmpl +++ b/tools/website.tmpl @@ -20,7 +20,7 @@ <nav id="head-links"> #for i in 0.. c.tabs.len-1: # let t = c.tabs[i].val - # if t != "community" and t != "news": + # if t != "index" and t != "community" and t != "news": # let name = c.tabs[i].key # if currentTab == t: <a class="active" |