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

index.html (116B)


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