Browse Source

Home page meta description should use SITE_DESCRIPTION

Previous description "Home page of site-title" is not very useful. It
does not appear in Google search result description. Also it is already
obvious that this page in home page.
Talha Mansoor 11 years ago
parent
commit
97637a72a0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      templates/index.html

+ 0 - 3
templates/index.html

@@ -4,9 +4,6 @@
 {{ super() }}
 {% endblock title %}
 
-{% block head_description %}
-Home page of the {{ SITENAME|striptags }} blog. 
-{% endblock head_description %}
 {% block content %}
 <div class="row-fluid">
     {% if LANDING_PAGE_ABOUT and LANDING_PAGE_ABOUT.title %}