mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 17:53:28 -05:00 
			
		
		
		
	Make .post-content an <article> instead of <div>
This commit is contained in:
		| @@ -28,9 +28,9 @@ | |||||||
|         </div> |         </div> | ||||||
|     {{ end }} |     {{ end }} | ||||||
|  |  | ||||||
|     <div class="post-content"> |     <article class="post-content"> | ||||||
|         {{ .Content }} |         {{ .Content }} | ||||||
|     </div> |     </article> | ||||||
|  |  | ||||||
|     {{ partial "series-box.html" . }} |     {{ partial "series-box.html" . }} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user