Hugo theme.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
306 B

  1. {{ define "main" }}
  2. <article>
  3. <h1>{{ .Title }}</h1>
  4. <div id=description>
  5. {{ .Description }}
  6. </div>
  7. <div class=postmeta>
  8. <a href="/">{{ .Site.Params.AuthorName }}</a>
  9. &middot;
  10. {{ .Date.Format "2 January 2006" }}
  11. </div>
  12. {{ .Content }}
  13. </article>
  14. {{ end }}