scOrange Blog

    Categories: {{ $tag := .Data.Term}} {{ range first 10 .Site.Taxonomies.categories.ByCount }}
  • {{ .Name }}
  • {{ end }}

{{ $paginator := .Paginate (where (where .Pages.ByDate.Reverse "Type" "blog") "IsPage" true) }} {{ range $index, $element := .Paginator.Pages }}
{{ if eq (mod $index 2) 0 }}
{{else}}
{{end}}

Author: {{ .Params.author }}, {{ .Date.Format "Jan 2, 2006" }}

{{ .Title }}

{{ .Params.longExcerpt }}

Categories: {{range .Params.categories}} {{ . }} {{end}}

{{end}}
{{ partial "pagination.html" . }}