aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2020-12-06 15:34:55 +0100
committerSébastien Dailly <sebastien@chimrod.com>2020-12-06 15:34:55 +0100
commit536bb26052fa4ada16d9d09a6cc140a4d3293af8 (patch)
treebfbe7029b4c4c2878704e2d15a379c38c574012e /pelicanconf.py
parent33f81148be6699fe05760793784b5bab36245481 (diff)
New article on graphviz in the browser
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'
)