mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-10-27 14:42:30 +01:00 
			
		
		
		
	allow setting ShowReadingTime per-page
as well as site-wide
This commit is contained in:
		| @@ -13,7 +13,7 @@ | ||||
|     <div class="post-meta"> | ||||
|       {{- partial "post_meta.html" . -}} | ||||
|       {{- if .IsTranslated -}} | ||||
|       {{- if or .Params.author $.Site.Params.author $.Site.Params.ShowReadingTime (not .Date.IsZero) }} | {{- end -}} | ||||
|       {{- if or .Params.author $.Site.Params.author (.Param "ShowReadingTime") (not .Date.IsZero) }} | {{- end -}} | ||||
|       <ul class="i18n_list"> | ||||
|         {{- i18n "translations" | default "Translations"}}: | ||||
|         {{- range .Translations }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange