diff options
Diffstat (limited to 'design/templates/details/note.html')
-rw-r--r-- | design/templates/details/note.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/details/note.html b/design/templates/details/note.html index 315fd84..583d50b 100644 --- a/design/templates/details/note.html +++ b/design/templates/details/note.html @@ -12,7 +12,7 @@ <meta name="geo.placename" content="{% if object.location.country.name == "United States" %}{{object.location.name|smartypants|safe}}, {{object.state.name}}{%else%}{{object.location.name|smartypants|safe}}, {{object.country.name}}{%endif%}"> <meta name="geo.region" content="{{object.country.iso2}}{%if object.state.code != '' %}-{{object.state.code}}{%endif%}"> {%endblock%} -{% block bodyid %}class="notes--permalink" id="archive-{% if month %}{{month|month_number_to_name}}{%endif%}{{year}}"{%endblock%} +{% block bodyid %}class="notes--permalin detail" id="archive-{% if month %}{{month|month_number_to_name}}{%endif%}{{year}}"{%endblock%} {% block primary %}<ul class="bl crumbs" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> |