aboutsummaryrefslogtreecommitdiffstats
path: root/Just-Read
diff options
context:
space:
mode:
authorlord63 <lord63.j@gmail.com>2014-09-07 10:14:04 +0800
committerlord63 <lord63.j@gmail.com>2014-09-07 10:14:04 +0800
commit35e287cb2b00d82e255c401cb5b16479b457dd5c (patch)
tree5e7e6737877f38860f940c2b1665b5c69b12a2ea /Just-Read
parent62c7297e84ee5fc00ae682c90502fbbc9f43c659 (diff)
downloadpelican-themes-35e287cb2b00d82e255c401cb5b16479b457dd5c.zip
pelican-themes-35e287cb2b00d82e255c401cb5b16479b457dd5c.tar.gz
pelican-themes-35e287cb2b00d82e255c401cb5b16479b457dd5c.tar.bz2
Fix a typo in Just-Read theme
Diffstat (limited to 'Just-Read')
-rw-r--r--Just-Read/templates/archives.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>