diff --git a/themes/secluded/layouts/_default/single.html b/themes/secluded/layouts/_default/single.html index d4e81f8..04a7a13 100644 --- a/themes/secluded/layouts/_default/single.html +++ b/themes/secluded/layouts/_default/single.html @@ -5,6 +5,11 @@

{{ .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 }} + + {{- end }} {{- if .Params.toc }} {{- end }}
- {{- if .Params.rss_only }} - - {{- end }} {{ .Content | replaceRE "()(.*)()" `${1}${3} ΒΆ${4}` | safeHTML }}