diff options
Diffstat (limited to 'templates/archives/map.html')
-rw-r--r-- | templates/archives/map.html | 9 |
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> →</li> + <li>Map</li> + </ul> + <aside>{% include 'includes/map_sidebar.html' %} </aside> + <div id="map-canvas"> + </div> </article> {% endblock %} |