mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
hugolib, output: Do not lower case template names
This regression was introduced in Hugo 0.20. Fixes #3333
This commit is contained in:
@@ -114,6 +114,8 @@ other = "Olboge"
|
||||
|
||||
th, h := newTestSitesFromConfig(t, mf, siteConfig,
|
||||
|
||||
// Case issue partials #3333
|
||||
"layouts/partials/GoHugo.html", `Go Hugo Partial`,
|
||||
"layouts/_default/baseof.json", `START JSON:{{block "main" .}}default content{{ end }}:END JSON`,
|
||||
"layouts/_default/baseof.html", `START HTML:{{block "main" .}}default content{{ end }}:END HTML`,
|
||||
|
||||
@@ -137,6 +139,8 @@ List HTML|{{.Title }}|
|
||||
<atom:link href={{ .Permalink }} rel="self" type="{{ .MediaType }}" />
|
||||
{{- end -}}
|
||||
{{ .Site.Language.Lang }}: {{ T "elbow" -}}
|
||||
Partial Hugo 1: {{ partial "GoHugo.html" . }}
|
||||
Partial Hugo 2: {{ partial "GoHugo" . -}}
|
||||
{{ end }}
|
||||
`,
|
||||
)
|
||||
|
Reference in New Issue
Block a user