Fixed missing URL value in Hugo template

This commit is contained in:
Leon Mika 2025-02-01 11:59:10 +11:00
parent ee45760cf1
commit b09a8bd8d8

View file

@ -1,4 +1,4 @@
baseURL = {{.Site.URL | printf "%q"}}
baseURL = 'https://example.com/'
languageCode = 'en-us'
title = {{.Site.Title | printf "%q"}}