diff options
Diffstat (limited to 'design/templates')
-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%} |