diff --git a/themes/secluded/layouts/_default/list.html b/themes/secluded/layouts/_default/list.html index d292d0b78af035f1d3ae12d17c1c128827bb9ebd..97281271257b5232e0e51c11b3e2a0ed8c117b4f 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 04a7a13bad6cb796384df6d24af1cf6a3a258108..82757aeff34f04d41c66dace6ae5ed5e3bb01837 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 4f475c649f50dc69752d08c0ae7ca556c7a01704..769f86ea289de8205687ba625582cbd1849d3040 100644 --- a/themes/secluded/layouts/partials/head.html +++ b/themes/secluded/layouts/partials/head.html @@ -19,6 +19,9 @@ + + +