mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-02 18:07:38 +00:00
Fix all the fucking bugs that I created yesterday
This commit is contained in:
@ -8,16 +8,7 @@
|
||||
{{/if}}
|
||||
{{/is}}
|
||||
{{#if @blog.navigation}}
|
||||
{{#navigation}}
|
||||
{{!-- Outputting nav links from Ghost admin settings/design --}}
|
||||
<div class="nav-menu">
|
||||
<ul>
|
||||
{{#foreach navigation}}
|
||||
<li class="nav-item nav-item-{{slug}}{{#if current}} nav-item-current{{/if}}"><a href="{{url absolute="true"}}">{{label}}</a></li>
|
||||
{{/foreach}}
|
||||
</ul>
|
||||
</div>
|
||||
{{/navigation}}
|
||||
{{navigation}}
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="site-nav-right">
|
||||
|
Reference in New Issue
Block a user