1
0
Fork 0

conf: don't include trailing slash in SITEURL

fixes 1 warning.
pub/systemd-gripes
LEdoian 1 year ago
parent 7b8c9971a6
commit df53218d7e

@ -10,7 +10,7 @@ AUTHOR = "LEdoian"
SITENAME = "LEdoian's Blog"
SITE_DESCRIPTION = "My personal webpage" # NOTE: Theme-specific
SITEURL = 'https://blog.ledoian.cz/'
SITEURL = 'https://blog.ledoian.cz'
RELATIVE_URLS = True
PATH = 'content'

Loading…
Cancel
Save