Skip to content

Commit cd4116d

Browse files
committed
Change siteurl
1 parent eb8be47 commit cd4116d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AUTHOR = 'Parsons Community'
22
SITENAME = 'Parsons'
3-
SITEURL = ""
3+
SITEURL = "https://move-coop.github.io/parsons-website/"
44

55
PATH = "content"
66

publishconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from pelicanconf import *
99

1010
# If your site is available via HTTPS, make sure SITEURL begins with https://
11-
SITEURL = ""
11+
SITEURL = "https://move-coop.github.io/parsons-website"
1212
RELATIVE_URLS = False
1313

1414
FEED_ALL_ATOM = "feeds/all.atom.xml"

0 commit comments

Comments
 (0)