summaryrefslogtreecommitdiff
path: root/templates/archives/map.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/archives/map.html')
-rw-r--r--templates/archives/map.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/templates/archives/map.html b/templates/archives/map.html
index f47b84d..0a002b9 100644
--- a/templates/archives/map.html
+++ b/templates/archives/map.html
@@ -23,16 +23,18 @@ Google Maps code
-{% block primary %}
- <article>
+{% block primary %}<section id="page-header">
+ <nav id="page-nav">
<ul id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<li><a href="/" itemprop="url" title="luxagraf homepage"><span itemprop="title">Home</span></a> &rarr;</li>
<li>Map</li>
</ul>
-
- <aside>{% include 'includes/map_sidebar.html' %}
- </aside>
+ </nav>
+ </section>
+ <article>
<div id="map-canvas">
</div>
- </article>
+ <aside>{% include 'includes/map_sidebar.html' %}
+ </aside>
+ </article>
{% endblock %} \ No newline at end of file