diff options
author | Jesús <heckyel@hyperbola.info> | 2021-09-20 20:59:37 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-09-20 20:59:37 -0500 |
commit | 8597539c453d7bfb1319553a8444e4f9a4e1fc0a (patch) | |
tree | 8819e9d571332deb3eec559431640257ecf289ad /pelicanconf.py | |
parent | 4e9acc189236591a80cb0e914baa1a58df7bbd28 (diff) | |
download | cl-8597539c453d7bfb1319553a8444e4f9a4e1fc0a.tar.lz cl-8597539c453d7bfb1319553a8444e4f9a4e1fc0a.tar.xz cl-8597539c453d7bfb1319553a8444e4f9a4e1fc0a.zip |
update to pelican v4.6.0
Diffstat (limited to 'pelicanconf.py')
-rw-r--r-- | pelicanconf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index f641ecf..888fd93 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -77,6 +77,7 @@ AUTHORS_URL = 'pages/créditos/' AUTHORS_SAVE_AS = 'pages/créditos/index.html' ARCHIVES_URL = 'archives/' ARCHIVES_SAVE_AS = 'archives/index.html' +STATIC_CREATE_LINKS = True STATIC_PATHS = [ '.htaccess', 'heckyel_pub.asc', |