Merge pull request #361 from nephila/hotfix/detail_meta

Remove unused code from detail template
This commit is contained in:
Iacopo Spalletti 2017-05-06 14:52:21 +02:00 committed by GitHub
commit d090e8b3b5

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 %}