Open peranti opened 5 years ago
You need to add it to your template. In this theme I recommend to add it to layouts/partials/post_meta.html
Maybe you can try this:
{{ if .Site.Params.ReadingTime }}
<div>
<i class="fas fa-clock"></i>
{{ .ReadingTime }} min
</div>
{{ end }}
Thanks, @dwy6626 for the hack! It gives the following output.
It would be a good idea to align it next to the time of the post!
Hi Yoshi,
Is there any change in the usage of
readingTime
parameter in config.toml for displaying the reading time of the posts?The above configuration is not working.
PS: The issue has already mentioned on StackOverflow.