This commit is contained in:
Alex Stephen 2013-08-24 20:36:22 -07:00
commit 8dd727af8f

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>