mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-31 01:53:30 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			304 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			304 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ $sprites := resources.Get "icon/feather-sprite.svg" | fingerprint "sha256" }}
 | |
| <svg class="icon" fill="none" stroke="lightgray" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
 | |
|     <title>{{ . }} icon</title>
 | |
|     <use href="{{ printf "%s#%s" $sprites.Permalink . | relURL }}" />
 | |
| </svg>
 |