Fixed missing URL value in Hugo template
This commit is contained in:
parent
ee45760cf1
commit
b09a8bd8d8
|
@ -1,4 +1,4 @@
|
|||
baseURL = {{.Site.URL | printf "%q"}}
|
||||
baseURL = 'https://example.com/'
|
||||
languageCode = 'en-us'
|
||||
title = {{.Site.Title | printf "%q"}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue