cheatsheets/_includes/2017/top-nav.html

26 lines
732 B
HTML

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