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