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 -}}
 | 
