diff options
| author | 2015-05-19 18:26:50 -0400 | |
|---|---|---|
| committer | 2015-05-19 18:26:50 -0400 | |
| commit | 80c51542f5254d8935db1274a446991917163340 (patch) | |
| tree | b358a18a2db9ab419502ce5ab97db4f7b07bc1cd /conf.py | |
| parent | fb4d8e613b35afd3ef6af21ec667ddc9e7a492b3 (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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
