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.

11 lines
291 B

  1. {{ define "main" }}
  2. <article>
  3. <h1 class=post-title>{{ .Title }}</h1>
  4. <div class="postmeta">
  5. <p><a href="/">{{ .Site.Params.AuthorName }}</a> &middot; {{ .Date.Format "2 January 2006" }}</p>
  6. </div>
  7. {{ .Content }}
  8. {{ partial "tags.html" . }}
  9. </article>
  10. {{ end }}