Browse Source

Fix bug in seo_metadata

Update #15
Talha Mansoor 11 years ago
parent
commit
43ad1333d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/page.html

+ 1 - 1
templates/page.html

@@ -17,7 +17,7 @@
 {% endif %}
 
 {% from '_includes/seo_metadata.html' import seo_metadata with context %}
-{{ seo_metadata(article) }}
+{{ seo_metadata(page) }}
 {% endblock meta_tags_in_head %}
 
 {% block content %}