commit | f52ecd34aa5691ae342221af1938654197395fbf | [log] [tgz] |
---|---|---|
author | Luigi Santivetti <luigi.santivetti@gmail.com> | Sun Sep 27 15:59:44 2020 +0100 |
committer | Luigi Santivetti <luigi.santivetti@gmail.com> | Tue Oct 06 22:52:00 2020 +0100 |
tree | 7c046a6a60321aaaeb7b6a1ad7f1b63814b754bb | |
parent | 006efe107288b056b11cfde7f0960d932c0013a8 [diff] |
config: always add www. when generate links
diff --git a/pelicanconf.py b/pelicanconf.py index d75bf23..33152b0 100644 --- a/pelicanconf.py +++ b/pelicanconf.py
@@ -20,7 +20,7 @@ # URL path to the root _SITEURL = os.getenv('PELICAN_SITEURL') -SITEURL = 'https://' + _SITEURL +SITEURL = 'https://www.' + _SITEURL # URL path to the theme folder THEMEURL = SITEURL