Remove backslash at the end of baseURL
Also see: https://github.com/gohugoio/hugoThemesSite/issues/72
This commit is contained in:
parent
d8a289e04a
commit
6be5fbbea9
|
@ -1,4 +1,4 @@
|
|||
baseURL = "https://gohugo.io/"
|
||||
baseURL = "https://gohugo.io"
|
||||
title = "Hugo Themes"
|
||||
author = "Steve Francia"
|
||||
copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
|
||||
|
|
Loading…
Reference in New Issue