mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
parser: Make the constant vars ... constants
This commit is contained in:
@@ -25,7 +25,7 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
var (
|
||||
const (
|
||||
contentNoFrontmatter = "a page with no front matter"
|
||||
contentWithFrontmatter = "---\ntitle: front matter\n---\nContent with front matter"
|
||||
contentHTMLNoDoctype = "<html>\n\t<body>\n\t</body>\n</html>"
|
||||
|
Reference in New Issue
Block a user