aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_includes
diff options
context:
space:
mode:
authorGravatar Tobias Werth <twerth@google.com>2016-06-22 11:01:08 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-06-23 11:00:26 +0000
commit801a3be84045840afd9436d6b2396549cd440ac7 (patch)
treeb7e96ae1224dd6b58292a7ca6cab3a8f28a76364 /site/_includes
parent352211d7662490ae87115f761aa4cc1e08142529 (diff)
Fix contribute! header.
-- MOS_MIGRATED_REVID=125551013
Diffstat (limited to 'site/_includes')
-rw-r--r--site/_includes/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/_includes/header.html b/site/_includes/header.html
index af8b90ce41..011f5550e6 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -27,8 +27,8 @@
<li{% if page.nav == "docs" %} class="active"{% endif %}>
<a href="/docs/install.html">Docs</a>
</li>
- <li{% if page.nav == "community" %} class="active"{% endif %}>
- <a href="/contributing.html">Community</a>
+ <li{% if page.nav == "contribute" %} class="active"{% endif %}>
+ <a href="/contributing.html">Contribute!</a>
</li>
<li{% if page.nav == "faq" %} class="active"{% endif %}>
<a href="/faq.html">FAQ</a></li>