diff options
author | luxagraf <sng@luxagraf.net> | 2011-04-02 08:02:36 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-04-02 08:02:36 -0500 |
commit | db2da1d51e5bf6c22988791114d544cfca632637 (patch) | |
tree | e2f40c2b5cfef1daffa6ffbed32d38d0b39a3248 /templates | |
parent | d0e4499b968834592bd211c0bfecd00aaa042e9a (diff) |
updated urls and photo template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/archives/photos.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/archives/photos.html b/templates/archives/photos.html index 154be5a..7e5e1ab 100644 --- a/templates/archives/photos.html +++ b/templates/archives/photos.html @@ -2,7 +2,7 @@ {% load typogrify %} {% load pagination_tags %} -{% block pagetitle %}Luxagraf | {% if region %}Photo Galleries: Images from {{region.name|title|smartypants|safe}}{%else%}Photo Galleries: Images from Around the World {%endif%}{% endblock %} +{% block pagetitle %}Luxagraf | {% if region %}Photo Galleries: Images from {{region.name|title|smartypants|safe}}{%else%}Photo Galleries: Images from Around the World {%endif%} {{page}}{% endblock %} {% block metadescription %}{% if region %}Photo Galleries from {{region.name|title|smartypants|safe}}{%else%}Photo Galleries: Images from Around the World {%endif%}{% endblock %} |