summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-01-03 15:41:10 -0600
committerluxagraf <sng@luxagraf.net>2019-01-03 15:41:10 -0600
commit923f9fd3b43de3ff2afbe558df6be173a756c491 (patch)
tree4378b06a28556f623d2137d07b327b08c2a89909 /design
parent7a7cd5dd4122c737ccebd2b229f42dd4117aa7c9 (diff)
fixed title bug in new daily photo template
Diffstat (limited to 'design')
-rw-r--r--design/templates/archives/photo_daily_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/archives/photo_daily_list.html b/design/templates/archives/photo_daily_list.html
index 2828afb..04254ff 100644
--- a/design/templates/archives/photo_daily_list.html
+++ b/design/templates/archives/photo_daily_list.html
@@ -3,7 +3,7 @@
{% load typogrify_tags %}
{% load html5_datetime %}
{% load pagination_tags %}
-{% block pagetitle %} Field Notes | luxagraf {% endblock %}
+{% block pagetitle %} Photos | luxagraf {% endblock %}
{% block metadescription %} Recent Images {% endblock %}
{%block bodyid%}class="photos" id="notes-archive"{%endblock%}