summaryrefslogtreecommitdiff
path: root/design/templates/archives/writing.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/archives/writing.html')
-rw-r--r--design/templates/archives/writing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/archives/writing.html b/design/templates/archives/writing.html
index 1716f95..a8c4634 100644
--- a/design/templates/archives/writing.html
+++ b/design/templates/archives/writing.html
@@ -9,7 +9,7 @@
{% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> &rarr; </li>
- {% if region %}{%if region.name == 'United States'%} <li><a href="/jrnl/" title="See all Journal Entries from" itemprop="url"><span itemprop="title">Journal</span></a> &rarr;</li>
+ {% if region %}{%if region.name == 'United States'%} <li><a href="/jrnl/" title="See all Journal Entries" itemprop="url"><span itemprop="title">Journal</span></a> &rarr;</li>
<li itemprop="title">the United States</li>{%else%}<li><a href="/jrnl/" title="See all Journal Entries" itemprop="url"><span>Journal</span></a> &rarr;</li>
<li>{{region.name|title|smartypants|safe}}</li>{%endif%}{%else%}<li>Journal</li>{%endif%}
</ul>