Update header.html

This commit is contained in:
Hannah Troisi
2016-07-10 18:16:07 -07:00
committed by GitHub
parent 704a8ad53b
commit fae7563417

View File

@@ -23,9 +23,7 @@
<header class='topbar site-header'><nav class='width'>
<a class="site-title" href="/">AsyncDisplayKit</a>
<ul>
<li><a href="/docs/getting-started.html" {% if (page.layout == 'docs') %} class="active" {% endif %}>
docs
</a></li>
<li><a href="/docs/getting-started.html" {% if (page.layout == 'docs') %} class="active" {% endif %}>docs</a></li>
<li><a href="/appledocs.html" {% if (page.layout == 'appledocs') %} class="active" {% endif %}>api</a></li>
<li><a href="http://github.com/facebook/AsyncDisplayKit">github</a>
</ul>