mirror of
				https://github.com/gohugoio/hugo.git
				synced 2025-11-04 04:27:46 -05:00 
			
		
		
		
	docs: Fixed incorrect specification of directory structure
Hugo looks for the list/single templates of a taxonomy in `/layouts/taxonomy`, not `/layouts/taxonomies` as correctly mentioned in [this doc page](https://gohugo.io/templates/list/). This change is simply a minor reconciliation.
This commit is contained in:
		
							parent
							
								
									544f0a6394
								
							
						
					
					
						commit
						a28fbca6dc
					
				@ -64,7 +64,7 @@ An example directory may look like:
 | 
			
		||||
    |   ├── partials
 | 
			
		||||
    |   |   ├── header.html
 | 
			
		||||
    |   |   └── footer.html
 | 
			
		||||
    |   ├── taxonomies
 | 
			
		||||
    |   ├── taxonomy
 | 
			
		||||
    |   |   ├── category.html
 | 
			
		||||
    |   |   ├── post.html
 | 
			
		||||
    |   |   ├── quote.html
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user