19 lines
504 B
HTML
19 lines
504 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='github'>
|
|
<a href='https://github.com/rstacruz/cheatsheets/blob/gh-pages/{{ page.path }}.md'>
|
|
<span class='text -visible'>Edit</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|