Skip to content

Commit

Permalink
cross nav above site title on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyg committed Nov 2, 2017
1 parent 0be6355 commit cefcba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<!-- This div is for the sliding panel that shows and hides the Preference Editor controls -->
<div class="fl-panelBar">
<nav class="nav--cross">
<h1 class="nav__site-title"><a href="{{ site.url }}">{{ site.title }}</a></h1>
<ul class="nav__list">
<li class="nav__item nav__item--withseparator{% if site.title == "abler" %} nav__item--active{% endif %}"><a class="nav__link" href="https://ablersite.org/">abler</a></li>
<li class="nav__item nav__item--withseparator{% if site.title == "adaptation + ability group @ Olin College" %} nav__item--active{% endif %}"><a class="nav__link" href="http://aplusa.org">adaptation + ability<span class="hide-xs"> group</span></a></li>
Expand All @@ -23,6 +22,7 @@ <h1 class="nav__site-title"><a href="{{ site.url }}">{{ site.title }}</a></h1>
</a>
</li>
</ul>
<h1 class="nav__site-title"><a href="/">{{ site.title }}</a></h1>
</nav>

</div>
Expand Down

0 comments on commit cefcba9

Please sign in to comment.