22 lines
654 B
HTML
22 lines
654 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 %}
|
|
|
|
{% 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>
|