aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 6a0f814..e81d9ea 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -53,7 +53,8 @@ TYPOGRIFY = False
TEMPLATE_PAGES = {'../extras/404.html': '404.html'}
STATIC_PATHS = \
- ( '../extras/robots.txt'
+ ( 'images/profile.png'
+ , '../extras/robots.txt'
, '../extras/htaccess'
, '../extras/custom.css'
)