mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-02 22:52:51 +02:00
hugolib, output: Gofmt
This commit is contained in:
@@ -137,10 +137,10 @@ func CreateTemplateNames(d TemplateLookupDescriptor) (TemplateNames, error) {
|
||||
// in the theme's layouts folder.
|
||||
// Also note that the <current-path> may be both the project's layout folder and the theme's.
|
||||
pairsToCheck := [][]string{
|
||||
[]string{baseTemplatedDir, currBaseFilename},
|
||||
[]string{baseTemplatedDir, baseFilename},
|
||||
[]string{"_default", currBaseFilename},
|
||||
[]string{"_default", baseFilename},
|
||||
{baseTemplatedDir, currBaseFilename},
|
||||
{baseTemplatedDir, baseFilename},
|
||||
{"_default", currBaseFilename},
|
||||
{"_default", baseFilename},
|
||||
}
|
||||
|
||||
Loop:
|
||||
|
Reference in New Issue
Block a user