mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-28 16:53:30 -05:00 
			
		
		
		
	Set crossorigin="anonymous" on the CSS
This helps with Netlify
This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
|     {{ hugo.Generator }} |     {{ hugo.Generator }} | ||||||
|  |  | ||||||
|     {{ with resources.Get "css/bobastyle.css" | fingerprint "sha512" }} |     {{ with resources.Get "css/bobastyle.css" | fingerprint "sha512" }} | ||||||
|     <link rel="stylesheet" type="text/css" href="{{ .Permalink }}" integrity="{{ .Data.Integrity }}"> |     <link rel="stylesheet" type="text/css" href="{{ .Permalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous"> | ||||||
|     {{ end }} |     {{ end }} | ||||||
|  |  | ||||||
|     {{ with .Site.Params.faviconICO }} |     {{ with .Site.Params.faviconICO }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user