mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	automatic-theme : remove
This commit is contained in:
		| @@ -50,8 +50,3 @@ | ||||
| {{- template "_internal/google_analytics_async.html" . }} | ||||
| {{- template "_internal/opengraph.html" . }} | ||||
| {{- end }} | ||||
| <!-- Script --> | ||||
| {{- if $.Site.Params.SetThemeAuto -}} | ||||
| {{ $settheme := resources.Get "js/set-theme.js" | minify }} | ||||
| <script src="{{ $settheme.Permalink }}"></script> | ||||
| {{- end -}} | ||||
| @@ -1,9 +1,4 @@ | ||||
| <header class="header"> | ||||
|     {{- if $.Site.Params.SetThemeAuto -}} | ||||
|     <script> | ||||
|         setTheme(); | ||||
|     </script> | ||||
|     {{- end -}} | ||||
|     <nav class="nav"> | ||||
|         {{- if .IsHome }} | ||||
|         <h1 class="logo"><a href="{{ "" | absLangURL }}">{{ .Site.Title }}</a></h1> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange