Replace BLOG setting variables by SITE ones.

This commit is contained in:
Alexis Metaireau 2010-10-30 00:58:32 +01:00
commit 6192d5a647
6 changed files with 21 additions and 21 deletions

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block content %}
<h1>Archives for {{ BLOGNAME }}</h1>
<h1>Archives for {{ SITENAME }}</h1>
<dl>
{% for date, articles in dates %}