You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ew...@apache.org on 2016/10/21 21:32:30 UTC

kafka-site git commit: Fix nav highlighting for events page.

Repository: kafka-site
Updated Branches:
  refs/heads/asf-site 86a37e4cc -> fe6d416f0


Fix nav highlighting for events page.


Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/fe6d416f
Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/fe6d416f
Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/fe6d416f

Branch: refs/heads/asf-site
Commit: fe6d416f038bee9a3a46d5026779ad8c6fe945f6
Parents: 86a37e4
Author: Ewen Cheslack-Postava <me...@ewencp.org>
Authored: Fri Oct 21 14:32:19 2016 -0700
Committer: Ewen Cheslack-Postava <me...@ewencp.org>
Committed: Fri Oct 21 14:32:19 2016 -0700

----------------------------------------------------------------------
 events.html       | 2 +-
 includes/_nav.htm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka-site/blob/fe6d416f/events.html
----------------------------------------------------------------------
diff --git a/events.html b/events.html
index 5576266..b767209 100644
--- a/events.html
+++ b/events.html
@@ -35,6 +35,6 @@
 
 <script>
 // Show selected style on nav item
-$(function() { $('.b-nav__contact').addClass('selected'); });
+$(function() { $('.b-nav__events').addClass('selected'); });
 </script>
 <!--#include virtual="includes/_footer.htm" -->

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/fe6d416f/includes/_nav.htm
----------------------------------------------------------------------
diff --git a/includes/_nav.htm b/includes/_nav.htm
index d672cec..85ad126 100644
--- a/includes/_nav.htm
+++ b/includes/_nav.htm
@@ -22,7 +22,7 @@
       <a class="b-nav__project nav__item" href="/project">project info</a>
       <a class="b-nav__ecosystem nav__item" href="https://cwiki.apache.org/confluence/display/KAFKA/Ecosystem" target="_blank">ecosystem</a>
       <a class="b-nav__clients nav__item" href="https://cwiki.apache.org/confluence/display/KAFKA/Clients" target="_blank">clients</a>
-      <a class="b-nav__clients nav__item" href="/events">events</a>
+      <a class="b-nav__events nav__item" href="/events">events</a>
       <a class="b-nav__contact nav__item" href="/contact">contact us</a>
       <div class="nav__item nav__item__with__subs">
         <a class="b-nav__apache nav__item nav__sub__anchor b-nav__sub__anchor" href="#">apache</a>