mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-11-02 09:57:53 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			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 }}>
 |