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-09-14 22:41:12 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-09-14 22:41:12 +0000
commitad23af9549c4bc23ab345966d977e1f5d69ac03d (patch)
tree32b5cf3f81f10b0716aa0a9959c3ded9118f528b /templates/archives/map.html
parenta851eba9a0f5928d8c53eea443fa2e8ba337d3a5 (diff)
added microdata to breadcrumbs
Diffstat (limited to 'templates/archives/map.html')
-rw-r--r--templates/archives/map.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/archives/map.html b/templates/archives/map.html
index f7a008f..f47b84d 100644
--- a/templates/archives/map.html
+++ b/templates/archives/map.html
@@ -25,8 +25,8 @@ Google Maps code
{% block primary %}
<article>
- <ul id="breadcrumbs">
- <li><a href="/" title="luxagraf homepage">Home</a> &rarr;</li>
+ <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>