summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2014-06-09 14:46:21 -0400
committerluxagraf <sng@luxagraf.net>2014-06-09 14:46:21 -0400
commit76080a1f1492ccea4821cac095d276cabb4c2ef7 (patch)
treeaa3bc7547ffea6c2b267a16fc3980c42773b91c9 /design
parent7048489fdcc67eb0b32e8ace2ffc03ded42025ea (diff)
added h-adr back
Diffstat (limited to 'design')
-rw-r--r--design/templates/archives/notes.html2
-rw-r--r--design/templates/archives/notes_date.html4
-rw-r--r--design/templates/details/note.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/design/templates/archives/notes.html b/design/templates/archives/notes.html
index b39dab3..d7452a6 100644
--- a/design/templates/archives/notes.html
+++ b/design/templates/archives/notes.html
@@ -25,7 +25,7 @@
<p class="note--date">
<a class="u-url" href="{{object.get_absolute_url}}" rel="bookmark"><time class="dt-published" datetime="{{object.date_created|html5_datetime}}">{{object.date_created|date:"d M y"}}</time></a>
</p>{% if object.location %}
- <p class="p-location note--location bl" itemprop="geo" itemscope itemtype="http://data-vocabulary.org/Geo">
+ <p class="p-location h-adr note--location bl" itemprop="geo" itemscope itemtype="http://data-vocabulary.org/Geo">
<span class="p-locality">{{object.location.name|smartypants|safe}}</span>,
<span class="p-region">{{object.state_name}}</span>,
<span class="p-country-name">{{object.location.state.country.name}}</span>
diff --git a/design/templates/archives/notes_date.html b/design/templates/archives/notes_date.html
index ac38af0..632a8ab 100644
--- a/design/templates/archives/notes_date.html
+++ b/design/templates/archives/notes_date.html
@@ -24,7 +24,7 @@
<p class="note--date">
<a class="u-url" href="{{object.get_absolute_url}}" rel="bookmark"><time class="dt-published" datetime="{{object.date_created|html5_datetime}}">{{object.date_created|date:"d M y"}}</time></a>
</p>{% if object.location %}
- <p class="p-location note--location bl" itemprop="geo" itemscope itemtype="http://data-vocabulary.org/Geo">
+ <p class="p-location h-adr note--location bl" itemprop="geo" itemscope itemtype="http://data-vocabulary.org/Geo">
<span class="p-locality">{{object.location.name|smartypants|safe}}</span>,
<span class="p-region">{{object.state_name}}</span>,
<span class="p-country-name">{{object.location.state.country.name}}</span>
@@ -58,7 +58,7 @@
<p class="meta">
<a class="u-url" href="{{object.get_absolute_url}}" rel="bookmark"><time datetime="{{object.date_created|html5_datetime}}">{{object.date_created|date:"d M Y"}}</time></a>
</p>{% if object.location %}
- <p class="p-location meta location bl" itemprop="geo" itemscope itemtype="http://data-vocabulary.org/Geo">
+ <p class="p-location h-adr meta location bl" itemprop="geo" itemscope itemtype="http://data-vocabulary.org/Geo">
<span class="p-locality">{{object.location.name|smartypants|safe}}</span>,
<span class="p-region">{{object.state_name}}</span>,
<span class="p-country-name">{{object.location.state.country.name}}</span>
diff --git a/design/templates/details/note.html b/design/templates/details/note.html
index 0a0d3d9..10ffa37 100644
--- a/design/templates/details/note.html
+++ b/design/templates/details/note.html
@@ -29,7 +29,7 @@
<p class="note--date">
<a class="u-url" href="{{object.get_absolute_url}}" rel="bookmark"><time class="dt-published" datetime="{{object.date_created|html5_datetime}}">{{object.date_created|date:"d M y"}}</time></a>
</p>{% if object.location %}
- <p class="p-location note--location bl" itemprop="geo" itemscope itemtype="http://data-vocabulary.org/Geo">
+ <p class="p-location h-adr note--location bl" itemprop="geo" itemscope itemtype="http://data-vocabulary.org/Geo">
<span class="p-locality">{{object.location.name|smartypants|safe}}</span>,
<span class="p-region">{{object.state_name}}</span>,
<span class="p-country-name">{{object.location.state.country.name}}</span>