mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
all: Run modernize -fix ./...
This commit is contained in:
@@ -871,7 +871,7 @@ Background: {{ .Params.background }}|
|
||||
{{ .Title }}|
|
||||
`
|
||||
|
||||
for i := 0; i < 10; i++ {
|
||||
for range 10 {
|
||||
b := Test(t, files)
|
||||
b.AssertFileContent("public/p1/index.html", "Background: yosemite.jpg")
|
||||
}
|
||||
|
Reference in New Issue
Block a user