Welcome to mirror list, hosted at ThFree Co, Russian Federation.

navigation.hbs « partials - github.com/roryg/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e43f15df1540768a86501ff66bf50605f20e95c (plain)
1
2
3
{{#foreach navigation}}
    <li class="site-nav-item"><a class="js-ajax-link" title="{{label}} | {{@site.title}}" href="{{url absolute="true"}}">{{label}}</a></li>
{{/foreach}}