mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 19:55: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 | buildFuture: false | ||||||
| buildExpired: false | buildExpired: false | ||||||
| enableEmoji: true | enableEmoji: true | ||||||
|  | pygmentsUseClasses: true | ||||||
| # googleAnalytics: UA-123-45 | # googleAnalytics: UA-123-45 | ||||||
|  |  | ||||||
| minify: | minify: | ||||||
|   | |||||||
| @@ -137,6 +137,7 @@ enableRobotsTXT: true | |||||||
| buildDrafts: false | buildDrafts: false | ||||||
| buildFuture: false | buildFuture: false | ||||||
| buildExpired: false | buildExpired: false | ||||||
|  | pygmentsUseClasses: true | ||||||
|  |  | ||||||
| googleAnalytics: UA-123-45 | googleAnalytics: UA-123-45 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange