mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Add pygmentsUseClasses: true in config so that hugo does not add their own inline styling
				
					
				
			This commit is contained in:
		| @@ -9,6 +9,7 @@ buildDrafts: false | ||||
| buildFuture: false | ||||
| buildExpired: false | ||||
| enableEmoji: true | ||||
| pygmentsUseClasses: true | ||||
| # googleAnalytics: UA-123-45 | ||||
|  | ||||
| minify: | ||||
|   | ||||
| @@ -137,6 +137,7 @@ enableRobotsTXT: true | ||||
| buildDrafts: false | ||||
| buildFuture: false | ||||
| buildExpired: false | ||||
| pygmentsUseClasses: true | ||||
|  | ||||
| googleAnalytics: UA-123-45 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange