mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Move About menu item to config (#28)
This should fix the About menu item duplication in various theme demos like in [this one](https://themes.gohugo.io//theme/hermit/)
This commit is contained in:
		 Alexandros
					Alexandros
				
			
				
					committed by
					
						 digitalcraftsman
						digitalcraftsman
					
				
			
			
				
	
			
			
			 digitalcraftsman
						digitalcraftsman
					
				
			
						parent
						
							2941cdef6a
						
					
				
				
					commit
					7261cc00cf
				
			
							
								
								
									
										10
									
								
								config.toml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								config.toml
									
									
									
									
									
								
							| @@ -23,5 +23,11 @@ title = "Thèmes Hugo" | ||||
|   [[menu.main]] | ||||
|     identifier = "tutorials" | ||||
|     name = "Tutorials" | ||||
|     url = "/post/" | ||||
|     weight = 5 | ||||
|     url = "post/" | ||||
|     weight = 5 | ||||
|  | ||||
|   [[menu.main]] | ||||
|     identifier = "about" | ||||
|     name = "About" | ||||
|     url = "about/" | ||||
|     weight = 10 | ||||
| @@ -1,7 +1,7 @@ | ||||
| +++ | ||||
| title = "About Hugo" | ||||
| title = "About" | ||||
| date = "2014-04-09" | ||||
| menu = "main" | ||||
| aliases = ["about-us","about-hugo"] | ||||
| +++ | ||||
|  | ||||
| Hugo is the **world’s fastest framework for building websites**. It is written in Go. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user