mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 11:45:26 +01:00 
			
		
		
		
	profile-mode: enabled only on .Site.Params.profileMode.enabled: true
This commit is contained in:
		| @@ -30,7 +30,7 @@ | ||||
| {{ $stylesheet := slice $anoldhope $style | resources.Concat "css/stylesheet.css" | minify | fingerprint }} | ||||
| <link href="{{ $stylesheet.Permalink }}" integrity="{{ $stylesheet.Data.Integrity }}" rel="preload stylesheet" | ||||
|     as="style"> | ||||
| {{ if (and (.Site.Params.profileMode) (.IsHome)) }} | ||||
| {{ if (and (.Site.Params.profileMode.enabled) (.IsHome)) }} | ||||
| {{ $profileMode := resources.Get "css/profileMode.css" | minify | fingerprint }} | ||||
| <link href="{{ $profileMode.Permalink }}" integrity="{{ $profileMode.Data.Integrity }}" rel="preload stylesheet" | ||||
|     as="style"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange