mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-24 22:52:47 +00:00
parser: Make the constant vars ... constants
This commit is contained in:
parent
bf76e74432
commit
c20dee9d7f
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue