mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	refactor
This commit is contained in:
		| @@ -9,10 +9,10 @@ | |||||||
|     {{ if .Params.hideMeta }}{{ else }} |     {{ if .Params.hideMeta }}{{ else }} | ||||||
|     <div class="post-meta"> |     <div class="post-meta"> | ||||||
|       <time>{{ .Date.Format "January 2, 2006" }}</time> |       <time>{{ .Date.Format "January 2, 2006" }}</time> | ||||||
|       {{ if or .Params.author .Site.Params.author }} . {{ .Params.author | default .Site.Params.author }}{{ end }} |  | ||||||
|       {{ if $.Site.Params.ShowReadingTime }} . |       {{ if $.Site.Params.ShowReadingTime }} . | ||||||
|       {{ $default_txt := print .ReadingTime " " "min" }} |       {{ $default_txt := print .ReadingTime " " "min" }} | ||||||
|       {{ i18n "read_time" .ReadingTime | default  $default_txt  }}{{ end }} |       {{ i18n "read_time" .ReadingTime | default  $default_txt  }}{{ end }} | ||||||
|  |       {{ if or .Params.author .Site.Params.author }} . {{ .Params.author | default .Site.Params.author }}{{ end }} | ||||||
|     </div> |     </div> | ||||||
|     {{end}} |     {{end}} | ||||||
|   </header> |   </header> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange