Add meta description option

This commit is contained in:
Raymond Wanyoike 2014-06-17 21:37:16 +03:00
commit f54dbc8db9
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>