diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-09-20 15:33:37 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-09-20 15:33:37 +0000 |
commit | bb81806bb58326f0dadfddc38705f0760c7c8d8f (patch) | |
tree | 177bef5ce2ffec926ff3067bd959b10db77261c7 /templates/archives/map.html | |
parent | ad23af9549c4bc23ab345966d977e1f5d69ac03d (diff) |
improved html structure and tweaked stylesheet accordingly
Diffstat (limited to 'templates/archives/map.html')
-rw-r--r-- | templates/archives/map.html | 14 |
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> →</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 |