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

mountainbug95
05.25.2020 2e7e343ce2433b676da41616cdd9c93a05da9b8f
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`