diff options
author | PhilipWitte <witte2008@gmail.com> | 2015-02-15 17:54:38 -0800 |
---|---|---|
committer | PhilipWitte <witte2008@gmail.com> | 2015-02-15 17:54:38 -0800 |
commit | cc7236b2dbc665f0416d057324304f184eced263 (patch) | |
tree | 97e504f24f7ea60854ada8186ccc1b484168b405 /tools/website.tmpl | |
parent | 0e5f6cc3b022ac50aefe5e2422b9b690df1079f9 (diff) | |
download | Nim-cc7236b2dbc665f0416d057324304f184eced263.tar.gz |
Add support tab to website
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" |