mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-28 16:53:30 -05:00 
			
		
		
		
	Put a span around post date in list pages
This commit is contained in:
		| @@ -42,6 +42,7 @@ | ||||
|     <div class="post-metadata"> | ||||
|         {{ if .Date }} | ||||
|  | ||||
|         <span class="date"> | ||||
|             {{ partial "icon.html" "calendar" }} | ||||
|             <time datetime="{{ .Date.Format "January 2, 2006" }}" pubdate> | ||||
|                 {{ .Date.Format "January 2, 2006" }} | ||||
| @@ -54,6 +55,7 @@ | ||||
|             {{ end }} | ||||
|  | ||||
|             {{ end }} | ||||
|         </span> | ||||
|  | ||||
|         <span class="tags"> | ||||
|             {{ range (.GetTerms "tags") }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user