mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-02 01:47:37 +00:00
Navigation
This commit is contained in:
4
page.hbs
4
page.hbs
@ -9,7 +9,9 @@
|
||||
<header class="main-header post-head {{#if image}}" style="background-image: url({{image}}){{else}}no-cover{{/if}}">
|
||||
<nav class="main-nav {{#if image}}overlay{{/if}} clearfix">
|
||||
<a class="back-button icon-arrow-left" href="{{@blog.url}}">Home</a>
|
||||
<a class="subscribe-button icon-feed" href="{{@blog.url}}/rss/">Subscribe</a>
|
||||
{{#if ../navigation}}
|
||||
<a class="menu-button" href="#"><span>☰</span>Menu</a>
|
||||
{{/if}}
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
Reference in New Issue
Block a user