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 | |
parent | 0e5f6cc3b022ac50aefe5e2422b9b690df1079f9 (diff) | |
download | Nim-cc7236b2dbc665f0416d057324304f184eced263.tar.gz |
Add support tab to website
-rw-r--r-- | tools/website.tmpl | 2 | ||||
-rw-r--r-- | web/support.txt | 2 | ||||
-rw-r--r-- | web/website.ini | 3 |
3 files changed, 5 insertions, 2 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" diff --git a/web/support.txt b/web/support.txt new file mode 100644 index 000000000..f36bcac4d --- /dev/null +++ b/web/support.txt @@ -0,0 +1,2 @@ +Coming Soon! +============ diff --git a/web/website.ini b/web/website.ini index 6757abcd8..696829764 100644 --- a/web/website.ini +++ b/web/website.ini @@ -15,9 +15,10 @@ Github_Repo: "http://github.com/Araq/Nim;link_github" [Tabs] # Menu entry: filename home: index -docs: documentation learn: learn +docs: documentation download: download +support: support forum: "http://forum.nim-lang.org" faq: question # these two are not in the list of "tabs", but do exist: |