Disable minifying and fingerprinting of css. Annoying.
This commit is contained in:
		
							parent
							
								
									49c8d39af3
								
							
						
					
					
						commit
						2577e9aa96
					
				|  | @ -2,7 +2,7 @@ | |||
|   {{- if eq hugo.Environment "development" }} | ||||
|     <link rel="stylesheet" href="{{ .RelPermalink }}"> | ||||
|   {{- else }} | ||||
|     {{- with . | minify | fingerprint }} | ||||
|     {{- with . }} | ||||
|       <link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous"> | ||||
|     {{- end }} | ||||
|   {{- end }} | ||||
|  | @ -11,7 +11,7 @@ | |||
|   {{- if eq hugo.Environment "development" }} | ||||
|     <link rel="stylesheet" href="{{ .RelPermalink }}"> | ||||
|   {{- else }} | ||||
|     {{- with . | minify | fingerprint }} | ||||
|     {{- with . }} | ||||
|       <link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous"> | ||||
|     {{- end }} | ||||
|   {{- end }} | ||||
|  | @ -20,7 +20,7 @@ | |||
|   {{- if eq hugo.Environment "development" }} | ||||
|     <link rel="stylesheet" href="{{ .RelPermalink }}"> | ||||
|   {{- else }} | ||||
|     {{- with . | minify | fingerprint }} | ||||
|     {{- with . }} | ||||
|       <link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous"> | ||||
|     {{- end }} | ||||
|   {{- end }} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue