Skip to content

Commit

Permalink
Remove unused code from detail template
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Apr 19, 2017
1 parent b67466d commit c78af24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions djangocms_blog/templates/djangocms_blog/post_detail.html
@@ -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 %}

Expand Down

0 comments on commit c78af24

Please sign in to comment.