mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 09:43:29 -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
		
			
				
	
	
		
			9 lines
		
	
	
		
			303 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			303 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-heading">
 | |
|     {{ .Text | safeHTML }}
 | |
|     <a class="heading-link" href="#{{ .Anchor | safeURL }}">
 | |
|         <span aria-label="{{ i18n "aria_heading_link" }}">
 | |
|             {{ partial "icon.html" "link" }}
 | |
|         </span>
 | |
|     </a>
 | |
| </h{{ .Level }}>
 |