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

siteSections.html « index « partials « layouts - github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cfbc0de18e111da3de04ab3fc5fff3c324cc192 (plain)
1
2
3
4
5
6
7
8
9
10
<h6>Sections</h6>
<div class="section-container">
  {{ range .Site.Sections }}
  {{ if not .Params.hideFromHome }}
  <a class="section" href="{{ .Permalink }}" aria-label="site sections"
    >{{ .Title }}</a
  >
  {{ end }}
  {{ end }}
</div>