mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Replace BLOG setting variables by SITE ones.
This commit is contained in:
parent
fdb920e50a
commit
6192d5a647
6 changed files with 21 additions and 21 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue