mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			32 lines
		
	
	
		
			664 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			32 lines
		
	
	
		
			664 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								title: Sitemap Variables
							 | 
						||
| 
								 | 
							
								linktitle: Sitemap Variables
							 | 
						||
| 
								 | 
							
								description:
							 | 
						||
| 
								 | 
							
								date: 2017-03-12
							 | 
						||
| 
								 | 
							
								publishdate: 2017-03-12
							 | 
						||
| 
								 | 
							
								lastmod: 2017-03-12
							 | 
						||
| 
								 | 
							
								categories: [variables and params]
							 | 
						||
| 
								 | 
							
								keywords: [sitemap]
							 | 
						||
| 
								 | 
							
								draft: false
							 | 
						||
| 
								 | 
							
								menu:
							 | 
						||
| 
								 | 
							
								  docs:
							 | 
						||
| 
								 | 
							
								    parent: "variables"
							 | 
						||
| 
								 | 
							
								    weight: 80
							 | 
						||
| 
								 | 
							
								weight: 80
							 | 
						||
| 
								 | 
							
								sections_weight: 80
							 | 
						||
| 
								 | 
							
								aliases: []
							 | 
						||
| 
								 | 
							
								toc: false
							 | 
						||
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								A sitemap is a `Page` and therefore has all the [page variables][pagevars] available to use sitemap templates. They also have the following sitemap-specific variables available to them:
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.Sitemap.ChangeFreq
							 | 
						||
| 
								 | 
							
								: the page change frequency
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.Sitemap.Priority
							 | 
						||
| 
								 | 
							
								: the priority of the page
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.Sitemap.Filename
							 | 
						||
| 
								 | 
							
								: the sitemap filename
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[pagevars]: /variables/page/
							 |