Add META_DESCRIPTION option

This commit is contained in:
Raymond Wanyoike 2014-06-21 14:07:58 +03:00
commit 8881d326c9
2 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,11 @@
{% extends "base.html" %}
{% block head %}
{{ super() }}
<meta name="author" content="{{ AUTHOR }}">
<meta name="description" content="{{ META_DESCRIPTION|striptags }}">
{% endblock %}
{% block content %}
{% block page_title %}
<h1>All Articles</h1>