1
0
Fork 0
forked from github/pelican

Add a settings file.

This commit is contained in:
Alexis Metaireau 2010-08-18 15:08:35 +02:00
commit 3376cd5400
4 changed files with 8 additions and 12 deletions

View file

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