Merge pull request #361 from nephila/hotfix/detail_meta
Remove unused code from detail template
This commit is contained in:
commit
d090e8b3b5
1 changed files with 0 additions and 2 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue