mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	list, index : show reading time
if Params.ShowReadingTime = true
This commit is contained in:
		| @@ -32,6 +32,8 @@ | |||||||
|   </section> |   </section> | ||||||
|   <footer class="entry-footer"> |   <footer class="entry-footer"> | ||||||
|     <time>{{ .Date.Format "January 2, 2006" }}</time> |     <time>{{ .Date.Format "January 2, 2006" }}</time> | ||||||
|  |     {{ if $.Site.Params.ShowReadingTime }} . | ||||||
|  |     {{ .ReadingTime }}{{ $.Site.Params.MinuteReadingTime | default "min read" }}{{ end }} | ||||||
|   </footer> |   </footer> | ||||||
|   <a class="entry-link" href="{{ .Permalink }}"></a> |   <a class="entry-link" href="{{ .Permalink }}"></a> | ||||||
| </article> | </article> | ||||||
|   | |||||||
| @@ -27,6 +27,8 @@ | |||||||
|   </section> |   </section> | ||||||
|   <footer class="entry-footer"> |   <footer class="entry-footer"> | ||||||
|     <time>{{ .Date.Format "January 2, 2006" }}</time> |     <time>{{ .Date.Format "January 2, 2006" }}</time> | ||||||
|  |     {{ if $.Site.Params.ShowReadingTime }} . | ||||||
|  |     {{ .ReadingTime }}{{ $.Site.Params.MinuteReadingTime | default "min read" }}{{ end }} | ||||||
|   </footer> |   </footer> | ||||||
|   <a class="entry-link" href="{{ .Permalink }}"></a> |   <a class="entry-link" href="{{ .Permalink }}"></a> | ||||||
| </article> | </article> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange