mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-31 10:03:30 -05:00 
			
		
		
		
	- Add vim folds to make organized sections - Rename a lot of classes from post- to page- - Generalize series CSS classes better - Clean up navbar div structure - Remove langpicker and most of multilingual support - many other minor tweaks
		
			
				
	
	
		
			14 lines
		
	
	
		
			278 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			278 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="page-list">
 | |
|     {{ with . }}
 | |
|         {{ range . }}
 | |
|             <article class="page">
 | |
|                 {{ .Render "summary" }}
 | |
|             </article>
 | |
|         {{ end }}
 | |
|     {{ else }}
 | |
|         <div>
 | |
|             {{ i18n "no_posts" }}
 | |
|         </div>
 | |
|     {{ end }}
 | |
| </div>
 |