mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Disable French (#30)
This commit is contained in:
		 Alexandros
					Alexandros
				
			
				
					committed by
					
						 digitalcraftsman
						digitalcraftsman
					
				
			
			
				
	
			
			
			 digitalcraftsman
						digitalcraftsman
					
				
			
						parent
						
							b3742c5b52
						
					
				
				
					commit
					946616d8e1
				
			| @@ -1,8 +1,7 @@ | ||||
| baseurl = "https://gohugo.io/" | ||||
| title = "Hugo Themes" | ||||
| author = "Steve Francia" | ||||
| copyright = "Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved." | ||||
| canonifyurls = true | ||||
| copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved." | ||||
| paginate = 3 | ||||
| languageCode = "en" | ||||
| DefaultContentLanguage = "en" | ||||
|   | ||||
| @@ -1,3 +1,17 @@ | ||||
| languageCode = "en" | ||||
| DefaultContentLanguage = "en" | ||||
| disableLanguages = ["fr"] | ||||
|  | ||||
| [languages.en] | ||||
| languageName = "English" | ||||
| weight = 1 | ||||
| title = "Hugo Themes" | ||||
|  | ||||
| [languages.fr] | ||||
| languageName = "Français" | ||||
| weight = 2 | ||||
| title = "Thèmes Hugo" | ||||
|  | ||||
| [taxonomies] | ||||
| category = "categories" | ||||
| tag = "tags" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user