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

index.html « layouts - github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 959f1034cfb20a9427e15b324840eb297b9971ff (plain)
1
2
3
4
5
6
7
8
{{ partial "header.html" . }}

<!-- use compact index if it is set in the config file -->
{{ if .Site.Params.compactIndex }}
  {{ partial "compact_index.html" . }}
{{ else }}
  {{ partial "classic_index.html" . }}
{{ end }}