mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Robin van Boven
30.34.2019 7cb108bd540da569ef2f73ac273db1662626f57c
Adds an author to blog posts. (#209)

* Adds an author to blog posts.

See #113

* Feedback #209, fully contain author in {{with}}

Co-authored-by: Bud Parr <budparr@gmail.com>
1 files modified
5 ■■■■■ changed files
layouts/_default/single.html 5 ●●●●● patch | view | raw | blame | history
layouts/_default/single.html
@@ -18,6 +18,11 @@
      <h1 class="f1 athelas mb1">
        {{- .Title -}}
      </h1>
      {{ with .Params.author }}
      <p class="tracked">
         By <strong>{{ . | markdownify }}</strong>
      </p>
      {{ end }}
      {{/* Hugo uses Go's date formatting is set by example. Here are two formats */}}
      <time class="f6 mv4 dib tracked" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
        {{- .Date.Format "January 2, 2006" -}}