diff options
author | Jesús <heckyel@hyperbola.info> | 2019-11-20 23:05:11 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-11-20 23:05:11 -0500 |
commit | 0c55be17bcd97372871f20ebd558ae85d60c6c05 (patch) | |
tree | cf6d850b089da98bc072eb4b3e1b21c59c365b70 /pelicanconf.py | |
parent | 3b84a66708956db566fa88aa9928507301769351 (diff) | |
download | cl-0c55be17bcd97372871f20ebd558ae85d60c6c05.tar.lz cl-0c55be17bcd97372871f20ebd558ae85d60c6c05.tar.xz cl-0c55be17bcd97372871f20ebd558ae85d60c6c05.zip |
Improve SEO
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 013c65c..ec60ae9 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -50,6 +50,7 @@ COMMENTS_DIR = ['comments'] SITENAME = 'Conocimientos Libres' SITENAME_SINGLE = 'CL' SITEURL = 'https://conocimientoslibres.tuxfamily.org' +AUTHOR = 'Jesús E.' # URL settings # https://docs.getpelican.com/en/stable/settings.html#url-settings |