From 35e287cb2b00d82e255c401cb5b16479b457dd5c Mon Sep 17 00:00:00 2001 From: lord63 Date: Sun, 7 Sep 2014 10:14:04 +0800 Subject: Fix a typo in Just-Read theme --- Just-Read/templates/archives.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Just-Read') diff --git a/Just-Read/templates/archives.html b/Just-Read/templates/archives.html index e4f26b8..98c8bdb 100644 --- a/Just-Read/templates/archives.html +++ b/Just-Read/templates/archives.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Archivo - {{ SITENAME }}{% endblock %} +{% block title %}Archive - {{ SITENAME }}{% endblock %} {% block scripts %} -- cgit