Merge branch 'release/0.8.x' into develop

This commit is contained in:
Iacopo Spalletti 2016-06-12 10:00:31 +02:00
commit f6cfacb50d
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6
3 changed files with 8 additions and 2 deletions

View file

@ -77,8 +77,8 @@ HELPER_SETTINGS = dict(
CMS_TEMPLATES=(
('blog.html', 'Blog template'),
),
META_USE_SITES=True,
META_SITE_PROTOCOL='http',
META_USE_SITES=True,
META_SITE_DOMAIN='example.com',
META_USE_OG_PROPERTIES=True,
META_USE_TWITTER_PROPERTIES=True,