Merge branch 'release/0.8.x' into develop

This commit is contained in:
Iacopo Spalletti 2017-05-07 04:42:33 +02:00
commit 5c05783800
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6

View file

@ -1,8 +1,6 @@
{% extends "djangocms_blog/base.html" %}
{% load i18n thumbnail cms_tags %}
{% block meta_description %}{{ post.meta_description }}{% endblock meta_description %}
{% block meta_keywords %}{{ post.meta_keywords }}{% endblock meta_keywords %}
{% block canonical_url %}<link rel="canonical" href="{{ meta.url }}"/>{% endblock canonical_url %}
{% block title %}{{ post.get_title }}{% endblock %}