mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Show full date on hovering over it in post-meta
This commit is contained in:
		| @@ -1,7 +1,7 @@ | |||||||
| {{- $scratch := newScratch }} | {{- $scratch := newScratch }} | ||||||
|  |  | ||||||
| {{- if not .Date.IsZero -}} | {{- if not .Date.IsZero -}} | ||||||
| {{- $scratch.Add "meta" (slice (.Date.Format (default "January 2, 2006" .Site.Params.DateFormat))) }} | {{- $scratch.Add "meta" (slice (printf "<span title='%s'>%s</span>" (.Date) (.Date.Format (default "January 2, 2006" .Site.Params.DateFormat)))) }} | ||||||
| {{- end }} | {{- end }} | ||||||
|  |  | ||||||
| {{- if (.Param "ShowReadingTime") -}} | {{- if (.Param "ShowReadingTime") -}} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange