소스 검색

Fix bug in seo_metadata

Update #15
Talha Mansoor 11 년 전
부모
커밋
43ad1333d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 %}