Merge branch 'showReadingTime' of https://github.com/bugrasan/hugo-theme-introduction into bugrasan-showReadingTime

This commit is contained in:
Victoria Drake 2022-02-11 07:04:12 -06:00
commit 0d75cfe09f

View file

@ -10,8 +10,11 @@
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
</h2>
<div class="post-data">
{{ if .Params.date }}{{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }} |{{ end }}
{{ i18n "blog_readingTime" .ReadingTime }}
{{ if .Params.date }}{{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }}{{ end }}
{{ if .Site.Params.showReadingTime | default true }}
{{ if .Params.date }} | {{ end }}
{{ i18n "blog_readingTime" .ReadingTime }}
{{ end }}
</div>
{{ if or .Site.Params.share.twitter .Site.Params.share.facebook .Site.Params.share.pinterest }}
<div class="blog-share">