mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 09:43:29 -05:00 
			
		
		
		
	It didn't last very long. Speed isn't really a concern currently since my sites all generate in ~50ms (on my computer, at least).
		
			
				
	
	
		
			9 lines
		
	
	
		
			265 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			265 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-header">
 | |
|     {{ .Text | safeHTML }}
 | |
|     <a href="#{{ .Anchor | safeURL }}">
 | |
|         <span class="section-header-link">
 | |
|             {{ partial "icon.html" "link" }}
 | |
|         </span>
 | |
|     </a>
 | |
| </h{{ .Level }}>
 |