Update post_meta.html
This commit is contained in:
		
							parent
							
								
									a342a274ee
								
							
						
					
					
						commit
						06ba3b4280
					
				| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
{{- $scratch := newScratch }}
 | 
			
		||||
 | 
			
		||||
{{- if not .Date.IsZero -}}
 | 
			
		||||
{{- $scratch.Add "meta" (slice (printf "<span title='%s'>%s</span>" (.Date) (.Date | time.Format (default "January 2, 2006" site.Params.DateFormat)))) }}
 | 
			
		||||
{{- $scratch.Add "meta" (slice (printf "%s" (.Date | time.Format (default "January 2, 2006" site.Params.DateFormat)))) }}
 | 
			
		||||
{{- end }}
 | 
			
		||||
 | 
			
		||||
{{- if (.Param "ShowReadingTime") -}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue