From 4f6cfd78fbda96a9c0a1d2f133e421ab63794c8c Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Wed, 30 Nov 2016 17:43:08 +0300 Subject: [PATCH] Minor corrections --- README.md | 2 +- publishconf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a457fe..e70a22e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # pelican-alchemy -Demo Branch! +Demo branch! diff --git a/publishconf.py b/publishconf.py index 9cb9dc1..ecfb8c4 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'https://rwanyoike.github.io/pelican-alchemy/' +SITEURL = 'https://rwanyoike.github.io/pelican-alchemy' RELATIVE_URLS = False FEED_DOMAIN = SITEURL