simple-hugo

A simple Hugo theme I use for my website
git clone git://git.christianermann.dev/simple-hugo
Log | Files | Refs | README | LICENSE

index.html (137B)


      1 {{ define "main" }}
      2     {{ .Content }}
      3     {{ range .Site.RegularPages }}
      4         {{ partial "summary.html" . }}
      5     {{ end }}
      6 {{ end }}