cheatsheets/_includes/2017/top-nav.html

19 lines
582 B
HTML

<div class='top-nav'>
<div class='container'>
<a class='brand' href='{{base}}'>
Rico's cheatsheets
</a>
<div class='actions'>
{% include social-list.html class="social page-actions" page=include.page %}
<ul class='page-actions'>
<li class='link github -button hint--bottom' data-hint='Edit this page on GitHub'>
<a href='https://github.com/rstacruz/cheatsheets/blob/gh-pages/{{ page.path | remove: '.html' }}'>
<span class='text -visible'>Edit</span>
</a>
</li>
</ul>
</div>
</div>
</div>