summaryrefslogtreecommitdiff
path: root/templates/archives/map.html
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-03-28 18:00:17 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-03-28 18:00:17 +0000
commit0282141a50433312df9f9be2188ccf8ae198b666 (patch)
tree9f135d466a6bd3ebe05a07eacb061009d0ba71d9 /templates/archives/map.html
parent393bfd7ad1f49f473708c7bef336a529aee6a0d8 (diff)
visual redesign
Diffstat (limited to 'templates/archives/map.html')
-rw-r--r--templates/archives/map.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/archives/map.html b/templates/archives/map.html
index b040b00..19e3140 100644
--- a/templates/archives/map.html
+++ b/templates/archives/map.html
@@ -26,10 +26,15 @@ Google Maps code
{% block primary %}
<article>
- <div id="map-canvas">
- </div>
+ <ul id="breadcrumbs">
+ <li><a href="/" title="luxagraf homepage">Home</a> &rarr;</li>
+ <li>Map</li>
+ </ul>
+
<aside>{% include 'includes/map_sidebar.html' %}
</aside>
+ <div id="map-canvas">
+ </div>
</article>
{% endblock %}