mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 09:43:29 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			265 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			265 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ $icon_resource := resources.Get (printf "feather/icons/%s.svg" .) }}
 | |
| {{ $icon := $icon_resource.Content }}
 | |
| {{ $icon = replaceRE `<svg` `<svg class="icon"` $icon }}
 | |
| {{ $icon = replaceRE `</svg>` `<title>{{ . }} icon</title></svg>` $icon }}
 | |
| {{ $icon | safeHTML }}
 |