Skip to content

Commit a2ed44b

Browse files
committed
fix www in url
1 parent 37ef101 commit a2ed44b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blogsrc/pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AUTHOR = 'Jim Gumbley'
55
SITENAME = 'fragmented sentences'
6-
SITEURL = 'https://jimgumbley.com/blog'
6+
SITEURL = 'https://www.jimgumbley.com/blog'
77

88
PATH = 'content'
99
OUTPUT_PATH = '../blog' # Output directly to the blog directory

0 commit comments

Comments
 (0)