diff options
author | luxagraf <sng@luxagraf.net> | 2019-01-03 15:41:10 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-01-03 15:41:10 -0600 |
commit | 923f9fd3b43de3ff2afbe558df6be173a756c491 (patch) | |
tree | 4378b06a28556f623d2137d07b327b08c2a89909 | |
parent | 7a7cd5dd4122c737ccebd2b229f42dd4117aa7c9 (diff) |
fixed title bug in new daily photo template
-rw-r--r-- | design/templates/archives/photo_daily_list.html | 2 |
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%} |