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.html23
1 files changed, 9 insertions, 14 deletions
diff --git a/templates/archives/map.html b/templates/archives/map.html
index 1821fee..effe150 100644
--- a/templates/archives/map.html
+++ b/templates/archives/map.html
@@ -23,18 +23,13 @@ Google Maps code
-{% block primary %}<section id="page-header">
- <nav class="bl" 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>
- </nav>
+{% block primary %}<ul class="bl" 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>
+ <section>
+ <h1 class="hide">Browse luxagraf by map</h1>
+ <div id="map-canvas"></div>
+ {% include 'includes/map_sidebar.html' %}
</section>
- <article>
- <div id="map-canvas">
- </div>
- <aside>{% include 'includes/map_sidebar.html' %}
- </aside>
- </article>
-{% endblock %} \ No newline at end of file
+{% endblock %}