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

index.html « layouts - github.com/brycematheson/allegiant.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 360647b875911a4530a19e1833076bc0f33bafde (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ partial "header.html" . }}
<div class="article-list">
  {{ range $index, $page := .Site.Pages }}
  {{ if ne $index 0 }}
  <hr/>
  {{ end }}
  {{ .Render "li" }}
  {{ end }}
</div>
{{ partial "footer.html" . }}