diff options
Diffstat (limited to 'templates/archives/photos.html')
-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 eeb6451..e8a881d 100644 --- a/templates/archives/photos.html +++ b/templates/archives/photos.html @@ -10,7 +10,7 @@ {% block primary %}<section id="page-header"> <h1 class="hide">{% if region %}Photographs from {{region.name|title|smartypants|safe}}{%else%}Photographs from Around the World {%endif%}</h1> - <nav> + <nav id="page-nav"> <ul id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> →</li> {% if region %}{%if region.name == 'United States'%} <li><a href="/photos/" title="See all Photos" itemprop="url"><span itemprop="title">Photos</span></a> →</li> |