summaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2015-05-19 18:26:50 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2015-05-19 18:26:50 -0400
commit80c51542f5254d8935db1274a446991917163340 (patch)
treeb358a18a2db9ab419502ce5ab97db4f7b07bc1cd /conf.py
parentfb4d8e613b35afd3ef6af21ec667ddc9e7a492b3 (diff)
Use metadata to set titles and locations, set hidetitle to true and make it default.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 1765e1f..d0c078a 100644
--- a/conf.py
+++ b/conf.py
@@ -708,7 +708,7 @@ COPY_SOURCES = False
UNSLUGIFY_TITLES = True
# Additional metadata that is added to a post when creating a new_post
-# ADDITIONAL_METADATA = {}
+ADDITIONAL_METADATA = {'hidetitle': 'True'}
# Nikola supports Open Graph Protocol data for enhancing link sharing and
# discoverability of your site on Facebook, Google+, and other services.