mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 10:22:44 +01:00 
			
		
		
		
	Disable French (#30)
This commit is contained in:
		
				
					committed by
					
						
						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