Remove unused code from detail template

This commit is contained in:
Iacopo Spalletti 2017-04-19 22:52:26 +02:00
parent b67466d4db
commit c78af240b9
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 %}