mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-28 16:53:30 -05:00 
			
		
		
		
	All posts should be under a div instead of only when there's none
This commit is contained in:
		| @@ -10,13 +10,13 @@ | ||||
|     </span> | ||||
| </h1> | ||||
|  | ||||
| {{ range .Paginator.Pages }} | ||||
| <div class="posts"> | ||||
|     {{ range .Paginator.Pages }} | ||||
|         {{ .Render "summary" }} | ||||
| {{ else }} | ||||
| <div> | ||||
|     {{ else }} | ||||
|         {{ i18n "no_posts" }} | ||||
|     {{ end }} | ||||
| </div> | ||||
| {{ end }} | ||||
|  | ||||
| {{ if gt .Paginator.TotalPages 1 }} | ||||
| <div class="pagination"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user