summaryrefslogtreecommitdiff
path: root/templates/archives/map.html
diff options
context:
space:
mode:
authorluxagraf <luxagraf@gmail.com>2011-08-16 22:07:54 -0400
committerluxagraf <luxagraf@gmail.com>2011-08-16 22:07:54 -0400
commit0b481fd7931c2ae20ca21f89a87f2ba6a6c01e10 (patch)
treefbcb1ccee6512aa91b665f231a4405ecedef439f /templates/archives/map.html
parent5e76a7bbb5d114ecd310ad3f408c33331a072037 (diff)
cleaned up html in archives, eliminated some nav and section tags
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 %}