Fix django-meta compatibility
This commit is contained in:
parent
413bb90cde
commit
21877f5aa9
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ HELPER_SETTINGS = dict(
|
|||
('blog.html', 'Blog template'),
|
||||
),
|
||||
META_SITE_PROTOCOL='http',
|
||||
META_USE_SITES=True,
|
||||
META_SITE_DOMAIN='example.com',
|
||||
META_USE_OG_PROPERTIES=True,
|
||||
META_USE_TWITTER_PROPERTIES=True,
|
||||
|
|
Loading…
Reference in a new issue