simple-hugo

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

single.html (123B)


      1 {{ define "main" }}
      2     <article>
      3         <h1>{{ .Title }}</h1>
      4         <div>{{ .Content }}</div>
      5     </article>
      6 {{ end }}