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

navigation.html « partials « layouts - github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ac1b9b186dcb02869ef04bace7baf696e97cf40 (plain)
1
2
3
4
5
{{ range .Site.Menus.main.ByWeight }}
    <li class="site-nav-item">
        <a title="{{ .Name }}" href="{{ .URL }}">{{ .Name }}</a>
    </li>
{{ end }}