Docker and Ghost CMS overhaul
This commit is contained in:
9
etc/ghost/content/themes/NEWcasper/partials/navigation.hbs
Executable file
9
etc/ghost/content/themes/NEWcasper/partials/navigation.hbs
Executable file
@@ -0,0 +1,9 @@
|
||||
<nav class="navigation left">
|
||||
<ul class="links">
|
||||
{{#foreach navigation}}
|
||||
<li class="nav-{{slug}}{{#if current}} nav-current{{/if}} {{#is "home"}}nav-current{{/is}}">
|
||||
<a href="{{url absolute="true"}}">{{label}}</a>
|
||||
</li>
|
||||
{{/foreach}}
|
||||
</ul>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user