Merge remote-tracking branch 'upstream/master'

This commit is contained in:
शंतनू 2013-08-26 00:40:13 +05:30
commit 0f611ae754

View file

@ -1,4 +1,19 @@
{% extends "base.html" %}
{% block head %}
{% for keyword in article.keywords %}
<meta name="keywords" contents="{{keyword}}">
{% endfor %}
{% for description in article.description %}
<meta name="description" contents="{{description}}">
{% endfor %}
{% for tag in article.tags %}
<meta name="tags" contents="{{tag}}"
{% endfor %}
{% endblock %}
{% block content %}
<section id="content" class="body">
<header>