head: commonize stylesheet resource
This commit is contained in:
		
							parent
							
								
									91bc0acfa9
								
							
						
					
					
						commit
						08e58f5f77
					
				|  | @ -21,12 +21,12 @@ | ||||||
| <meta name="google-site-verification" content="{{ .Site.Params.analytics.google.SiteVerificationTag }}" /> | <meta name="google-site-verification" content="{{ .Site.Params.analytics.google.SiteVerificationTag }}" /> | ||||||
| {{- end}} | {{- end}} | ||||||
| <!-- Styles --> | <!-- Styles --> | ||||||
|  | {{- $stylesheet := (resources.Match "css/*.css") | resources.Concat "assets/css/stylesheet.css" | minify -}} | ||||||
| {{- if not .Site.Params.assets.disableFingerprinting }} | {{- if not .Site.Params.assets.disableFingerprinting }} | ||||||
| {{- $stylesheet := (resources.Match "css/*.css") | resources.Concat "assets/css/stylesheet.css" | minify | fingerprint -}} | {{- $stylesheet := $stylesheet | fingerprint -}} | ||||||
| <link href="{{ $stylesheet.Permalink }}" integrity="{{ $stylesheet.Data.Integrity }}" rel="preload stylesheet" | <link href="{{ $stylesheet.Permalink }}" integrity="{{ $stylesheet.Data.Integrity }}" rel="preload stylesheet" | ||||||
|     as="style"> |     as="style"> | ||||||
| {{- else}} | {{- else}} | ||||||
| {{- $stylesheet := (resources.Match "css/*.css") | resources.Concat "assets/css/stylesheet.css" | minify -}} |  | ||||||
| <link href="{{ $stylesheet.Permalink }}" rel="preload stylesheet" as="style"> | <link href="{{ $stylesheet.Permalink }}" rel="preload stylesheet" as="style"> | ||||||
| {{- end}} | {{- end}} | ||||||
| <!-- Search --> | <!-- Search --> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Aditya Telange
						Aditya Telange