summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-10-27 09:39:40 +0800
committerrekado <rekado@elephly.net>2013-10-27 09:39:40 +0800
commit70daf52c0d5013ce33feceb51361cb2e39f2d888 (patch)
treea27880e70100d4c1b529b2f4cc587bfa2bbab995 /templates
parent3394b7f364746031c91c8428b4622aa8abcd0ab2 (diff)
variable title for archive template
Diffstat (limited to 'templates')
-rw-r--r--templates/archive.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/archive.html b/templates/archive.html
index 67517d6..03bf609 100644
--- a/templates/archive.html
+++ b/templates/archive.html
@@ -1,4 +1,4 @@
-<h1>Archive</h1>
+<h1>$title$</h1>
<ul class="archive">
$posts$
</ul>