hugo-theme-readable

Fork of https://github.com/cjtheham/hugo-theme-readable
git clone https://git.eamoncaddigan.net/hugo-theme-readable.git
Log | Files | Refs | README | LICENSE

single.html (138B)


      1 {{ define "main" }}
      2 <h1>{{ .Title }}</h1>
      3 {{ partial "metadata.html" . }}
      4 <!-- <br><br> -->
      5 <article>
      6 {{ .Content }}
      7 </article>
      8 {{ end }}