You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While following the menu docs at http://gohugo.io/extras/menus/, I had to use {{ .Url }} rather than {{ .URL }}. This issue also causes some downloaded themes to fail. Is there a need for a pull request on the docs (I would be happy to make this), or is there something peculiar with my installation?
I added
[[menu.main]]
name = "Blog"
identifier = "blog"
url = "/blog/"
to config.toml. I confirmed that capitalization (rather than uppercase) was need by inspecting the output of
{{ range .Site.Menus.main }}
{{ printf "%#v" . }}
{{ end }}
While following the menu docs at http://gohugo.io/extras/menus/, I had to use {{ .Url }} rather than {{ .URL }}. This issue also causes some downloaded themes to fail. Is there a need for a pull request on the docs (I would be happy to make this), or is there something peculiar with my installation?
I added
to
config.toml
. I confirmed that capitalization (rather than uppercase) was need by inspecting the output ofin
header.html
, which outputThe text was updated successfully, but these errors were encountered: