Added metadata information. Refs #1028

This commit is contained in:
Alex Stephen 2013-08-21 22:58:50 -04:00
commit 2826c1a558

View file

@ -1,4 +1,14 @@
{% 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 %}
{% endblock %}
{% block content %}
<section id="content" class="body">
<header>