diff --git a/themes/secluded/layouts/_default/list.html b/themes/secluded/layouts/_default/list.html index d292d0b..9728127 100644 --- a/themes/secluded/layouts/_default/list.html +++ b/themes/secluded/layouts/_default/list.html @@ -30,7 +30,7 @@ {{- else }}
  • - {{.Title}} + {{.Title}} {{ if .Site.Params.dateformShort }}{{ .Date.Format .Site.Params.dateformShort }}{{ else }}{{ .Date.Format "Jan 02"}}{{ end }}

    {{ .Summary | truncate 140 }}

    diff --git a/themes/secluded/layouts/_default/single.html b/themes/secluded/layouts/_default/single.html index 04a7a13..82757ae 100644 --- a/themes/secluded/layouts/_default/single.html +++ b/themes/secluded/layouts/_default/single.html @@ -2,7 +2,7 @@
    -

    {{ .Title | markdownify }}

    +

    {{ .Title | markdownify }}

    Reading Time: {{ .ReadingTime }} minutes | Published: {{ dateFormat "2006-01-02" .Date }} | Last Edited: {{ dateFormat "2006-01-02" .Lastmod }}

    Download this post as: PDF, EPUB, or plaintext

    {{- if .Params.rss_only }} diff --git a/themes/secluded/layouts/partials/head.html b/themes/secluded/layouts/partials/head.html index 4f475c6..769f86e 100644 --- a/themes/secluded/layouts/partials/head.html +++ b/themes/secluded/layouts/partials/head.html @@ -19,6 +19,9 @@ + + +