settings: added django-meta configuration.

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-06-16 01:37:13 -06:00
parent 38a5ffa606
commit 9c5dd3c152
2 changed files with 9 additions and 0 deletions

View File

@ -410,6 +410,14 @@ BLOG_POSTS_LIST_TRUNCWORDS_COUNT = 100
BLOG_MULTISITE = True
BLOG_AUTHOR_DEFAULT = True
#django-meta
META_SITE_PROTOCOL = "https"
META_SITE_DOMAIN = "ungleich.ch"
META_SITE_TYPE = "website"
META_SITE_NAME = "ungleich"
META_INCLUDE_KEYWORDS = ["ungleich", "hosting", "switzerland", "Schweiz", "Swiss", "cdist"]
META_USE_SITES = True
try:
from .local.local_settings import *
except ImportError as e:

View File

@ -29,6 +29,7 @@
{% endaddtoblock %}
<meta charset="UTF-8">
<meta name="description" content="{% page_attribute 'meta_description' %}">
{% include 'meta.html' %}
{% block meta %}
{% endblock %}
{% render_block "external-css" %}