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

Regis Philibert
06.33.2020 81bc231eb49904abff6657c92ce472b6af4b069a
layouts/_default/single.html
@@ -14,7 +14,8 @@
          */}}
        {{with .CurrentSection.Title }}{{. | upper }}{{end}}
      </aside>
      <h1 class="f1 athelas mb1">
      {{ partial "social-share.html" . }}
      <h1 class="f1 athelas mt3 mb1">
        {{- .Title -}}
      </h1>
      {{ with .Params.author }}
@@ -32,6 +33,7 @@
      <time class="f6 mv4 dib tracked" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
        {{- .Date.Format "January 2, 2006" -}}
      </time>
      {{/*
          Show "reading time" and "word count" but only if one of the following are true:
          1) A global config `params` value is set `show_reading_time = true`