summary refs log tree commit diff stats
path: root/tools/website.tmpl
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-02-17 11:25:06 +0100
committerAraq <rumpf_a@web.de>2015-02-18 13:44:01 +0100
commite6dcceae6cb2a00ec9bdc0cb63ab44956dc98093 (patch)
treee3c723d732ce80ffe4b609bc3e0f340e4515382e /tools/website.tmpl
parent9fe1aa6996e41294871734fb5e7d41f464d75a3b (diff)
downloadNim-e6dcceae6cb2a00ec9bdc0cb63ab44956dc98093.tar.gz
website updates
Diffstat (limited to 'tools/website.tmpl')
-rw-r--r--tools/website.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/website.tmpl b/tools/website.tmpl
index b233c6928..ba08c9c4c 100644
--- a/tools/website.tmpl
+++ b/tools/website.tmpl
@@ -146,12 +146,12 @@ runForever()
 #         end for
           </div>
 #  end if
+#  if len(c.ticker) > 0 and currentTab != "support":
 					<h3 class="blue">Latest News</h3>
 					<div id="sidebar-news">
-#  if len(c.ticker) > 0:
           $c.ticker
-#  end if
 					</div>
+#  end if
 				</aside>
 			</div>
 		</section>