mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 09:43:29 -05:00 
			
		
		
		
	- Hide clickable link icon on headings in articles - Hide "Copy" button on code blocks - Hide "View raw" button in page metadata
		
			
				
	
	
		
			9 lines
		
	
	
		
			311 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			311 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-heading">
 | |
|     {{ .Text | safeHTML }}
 | |
|     <a class="content-heading-link" href="#{{ .Anchor | safeURL }}">
 | |
|         <span aria-label="{{ i18n "aria_heading_link" }}">
 | |
|             {{ partial "icon.html" "link" }}
 | |
|         </span>
 | |
|     </a>
 | |
| </h{{ .Level }}>
 |