aboutsummaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-06-17 20:06:45 -0500
committerJesús <heckyel@hyperbola.info>2020-06-17 20:06:45 -0500
commit12445bca67c758cf8cec837559ba7073baf02e35 (patch)
tree50e170bc70c403389612f1e623613b1ccfa63549 /pelicanconf.py
parentc7e657ccd51c109d070701473ea9faca9fd0d198 (diff)
downloadlibretube-12445bca67c758cf8cec837559ba7073baf02e35.tar.lz
libretube-12445bca67c758cf8cec837559ba7073baf02e35.tar.xz
libretube-12445bca67c758cf8cec837559ba7073baf02e35.zip
Add get_app_version plugin
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index e4419ab..5544350 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -30,6 +30,7 @@ PLUGIN_PATHS = ['plugins']
PLUGINS = [
'another_read_more_link',
'compressor',
+ 'get_app_version',
'i18n_subsites',
'neighbors',
'pelican-css-js',