summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/lttr/templates/lttr/range_detail.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/lttr/templates/lttr/range_detail.html b/app/lttr/templates/lttr/range_detail.html
index b672a06..bf729ad 100644
--- a/app/lttr/templates/lttr/range_detail.html
+++ b/app/lttr/templates/lttr/range_detail.html
@@ -59,7 +59,7 @@
<meta itemprop="position" content="1" />
</span>
<span class="nav-item" itemprop="item">
- <a href="/newsletter/friends/" itemprop="name">Friends of a Long Year</a>
+ <a href="/newsletter/range/" itemprop="name">Range</a>
<meta itemprop="position" content="2" />
</span>
<span class="nav-item" itemprop="item">
@@ -72,7 +72,7 @@
<main>
<figure class="large-top-image">
<a href="{{object.get_absolute_url}}" title="{{object.title}}">{%with image=object.featured_image%}
- <img class="u-photo" itemprop="image" sizes="(max-width: 960px) 100vw"
+ <img style="margin:0;" class="u-photo" itemprop="image" sizes="(max-width: 960px) 100vw"
srcset="{{image.get_srcset}}"
src="{{image.get_src}}"
alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}">