aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Fuller <inbox@kylefuller.co.uk>2014-09-07 19:15:10 +0100
committerKyle Fuller <inbox@kylefuller.co.uk>2014-09-07 19:15:10 +0100
commit47e80d3aad7c12de5f405d6f575940b59b519be0 (patch)
tree5e7e6737877f38860f940c2b1665b5c69b12a2ea
parent62c7297e84ee5fc00ae682c90502fbbc9f43c659 (diff)
parent35e287cb2b00d82e255c401cb5b16479b457dd5c (diff)
downloadpelican-themes-47e80d3aad7c12de5f405d6f575940b59b519be0.tar.gz
Merge pull request #247 from lord63/master
Fix a typo in Just-Read theme
-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>