diff options
author | lord63 <lord63.j@gmail.com> | 2014-09-07 10:14:04 +0800 |
---|---|---|
committer | lord63 <lord63.j@gmail.com> | 2014-09-07 10:14:04 +0800 |
commit | 35e287cb2b00d82e255c401cb5b16479b457dd5c (patch) | |
tree | 5e7e6737877f38860f940c2b1665b5c69b12a2ea /Just-Read | |
parent | 62c7297e84ee5fc00ae682c90502fbbc9f43c659 (diff) | |
download | pelican-themes-35e287cb2b00d82e255c401cb5b16479b457dd5c.tar.gz |
Fix a typo in Just-Read theme
Diffstat (limited to 'Just-Read')
-rw-r--r-- | Just-Read/templates/archives.html | 2 |
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> |