in current ghost release you can define mutliple navigation elements and iterate them in the template.
tried to add
{{#foreach navigation}}
<li class="drawer-list-item"> <a href="{{url absolute="true"}}">{{label}}</a> </li>
{{/foreach}}
but it did not get processed.
how to get this working in ghostium?
in current ghost release you can define mutliple navigation elements and iterate them in the template.
tried to add
but it did not get processed.
how to get this working in ghostium?