mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
content: Create aliases for deleted template pages
This commit is contained in:
@@ -4,7 +4,17 @@ description: Create templates of different types to render your content, resourc
|
||||
categories: []
|
||||
keywords: []
|
||||
weight: 30
|
||||
aliases: ['/templates/lists/']
|
||||
aliases: [
|
||||
'/templates/base/',
|
||||
'/templates/content-view/',
|
||||
'/templates/home/',
|
||||
'/templates/lists/',
|
||||
'/templates/partial/',
|
||||
'/templates/section/',
|
||||
'/templates/single/',
|
||||
'/templates/taxonomy/',
|
||||
'/templates/term/',
|
||||
]
|
||||
---
|
||||
|
||||
## Structure
|
||||
|
||||
Reference in New Issue
Block a user