Allow to include page description

This commit is contained in:
Michal Čihař 2012-02-29 11:09:44 +01:00
parent c5a4845942
commit 4226ce2725

View File

@ -9,6 +9,9 @@
<meta name="copyright" content="Copyright &copy; 2003 - {{ current_year }} Michal Čihař" />
<title>{{ title }}</title>
{% if description %}
<meta name="description" content="{{ description }}" />
{% endif %}
<link rel="stylesheet" type="text/css" href="/media/style.css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />