|
|
|
|
|
|
|
|
3) A page front matter value is set `show_reading_time = true` |
|
|
3) A page front matter value is set `show_reading_time = true` |
|
|
*/}} |
|
|
*/}} |
|
|
{{ if (or (eq (.Param "show_reading_time") true) (eq $section.Params.show_reading_time true) )}} |
|
|
{{ if (or (eq (.Param "show_reading_time") true) (eq $section.Params.show_reading_time true) )}} |
|
|
<span class="f6 mv4 dib tracked"> - {{ .ReadingTime}} minutes read</span> |
|
|
|
|
|
<span class="f6 mv4 dib tracked"> - {{ .WordCount}} words</span> |
|
|
|
|
|
|
|
|
<span class="f6 mv4 dib tracked"> - {{ i18n "readingTime" .ReadingTime }} </span> |
|
|
|
|
|
<span class="f6 mv4 dib tracked"> - {{ i18n "wordCount" .WordCount }} </span> |
|
|
{{ end }} |
|
|
{{ end }} |
|
|
</header> |
|
|
</header> |
|
|
<div class="nested-copy-line-height lh-copy {{ $.Param "post_content_classes" | default "serif"}} f4 nested-links nested-img mid-gray pr4-l w-two-thirds-l"> |
|
|
<div class="nested-copy-line-height lh-copy {{ $.Param "post_content_classes" | default "serif"}} f4 nested-links nested-img mid-gray pr4-l w-two-thirds-l"> |