mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 10:22:44 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			412 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			412 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{- if not .Date.IsZero -}}
 | 
						|
<time>{{- .Date.Format (default "January 2, 2006" .Site.Params.DateFormat) }}</time> · 
 | 
						|
{{- end -}}
 | 
						|
 | 
						|
{{- if $.Site.Params.ShowReadingTime -}}
 | 
						|
{{- i18n "read_time" .ReadingTime | default (printf "%s min" .ReadingTime) }} · 
 | 
						|
{{- end -}}
 | 
						|
 | 
						|
{{- if or .Params.author .Site.Params.author }}
 | 
						|
{{- printf "%s" (.Params.author | default .Site.Params.author) }}
 | 
						|
{{- end -}}
 |