Skip to content

Commit

Permalink
added Commotion Contributors page to About sidebar menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Ritzo committed Aug 1, 2014
1 parent 61666e8 commit 25978fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commotionwireless.net/_includes/about_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<h3><a href="/about">About</a></h3>
<ul>
<li {% if page.url contains '/about/index.html' %} class="active" {% endif %}><a href="/about">About Commotion</a></li>
<li {% if page.url contains '/about/contributors' %} class="active" {% endif %}><a href="/about/contributors">Commotion Contributors</a></li>
<li {% if page.url contains '/about/faq' %} class="active" {% endif %}><a href="/about/faq">FAQ</a></li>
<li {% if page.url contains '/about/guiding-principles' %} class="active" {% endif %}><a href="/about/guiding-principles">Guiding Principles</a></li>
<li {% if page.url contains '/about/where-its-used' %} class="active" {% endif %}><a href="/about/where-its-used">Where It&#039;s Used</a></li>
Expand Down

0 comments on commit 25978fe

Please sign in to comment.