mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Assign multiple content types (#37)
This commit is contained in:
		 Alexandros
					Alexandros
				
			
				
					committed by
					
						 digitalcraftsman
						digitalcraftsman
					
				
			
			
				
	
			
			
			 digitalcraftsman
						digitalcraftsman
					
				
			
						parent
						
							7371797b1f
						
					
				
				
					commit
					63f0ae9e4d
				
			| @@ -2,9 +2,6 @@ | ||||
| author: "Hugo Authors" | ||||
| date: 2014-09-28 | ||||
| linktitle: Creating a New Theme | ||||
| type: | ||||
| - post  | ||||
| - posts | ||||
| title: Creating a New Theme | ||||
| weight: 10 | ||||
| series: | ||||
|   | ||||
| @@ -8,7 +8,7 @@ featuredpath = "date" | ||||
| linktitle = "" | ||||
| slug = "Introduction aux modeles Hugo" | ||||
| title = "Introduction aux modèles (Hu)go" | ||||
| type = ["posts","post"] | ||||
| type = "posts" | ||||
| author = "Hugo Auteurs" | ||||
| +++ | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| +++ | ||||
| title = "(Hu)go Template Primer" | ||||
| description = "" | ||||
| type = ["posts","post"] | ||||
| type = "posts" | ||||
| tags = [ | ||||
|     "go", | ||||
|     "golang", | ||||
|   | ||||
| @@ -1,7 +1,6 @@ | ||||
| +++ | ||||
| title = "Getting Started with Hugo" | ||||
| description = "" | ||||
| type = ["posts","post"] | ||||
| tags = [ | ||||
|     "go", | ||||
|     "golang", | ||||
|   | ||||
| @@ -8,7 +8,7 @@ featuredpath = "" | ||||
| linktitle = "" | ||||
| slug = "Migrer vers Hugo depuis Jekyll" | ||||
| title = "Migrer vers Hugo depuis Jekyll" | ||||
| type = ["posts","post"] | ||||
| type = "posts" | ||||
| author = "Hugo Auteurs" | ||||
| +++ | ||||
|  | ||||
|   | ||||
| @@ -3,9 +3,7 @@ author: "Hugo Authors" | ||||
| date: 2014-03-10 | ||||
| linktitle: Migrating from Jekyll | ||||
| title: Migrate to Hugo from Jekyll | ||||
| type: | ||||
| - post  | ||||
| - posts | ||||
| type: posts | ||||
| weight: 10 | ||||
| series: | ||||
| - Hugo 101 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user