forked from github/pelican
Add a settings file.
This commit is contained in:
parent
3daaecda26
commit
3376cd5400
4 changed files with 8 additions and 12 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue