diff options
author | luxagraf <sng@luxagraf> | 2021-03-23 13:14:04 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-03-23 13:14:04 -0400 |
commit | 2da4fd3d7c8ee7cfd08edac734520713597458a0 (patch) | |
tree | df49dba8e8a068802cfdae9241a577e134a0edbd /app/lttr | |
parent | 13ed0a5e81c0da5ab639a017a7d03e2bafdddeea (diff) |
lttr: fixed breadcrumbs link
Diffstat (limited to 'app/lttr')
-rw-r--r-- | app/lttr/templates/lttr/friends_detail.html | 2 | ||||
-rw-r--r-- | app/lttr/templates/lttr/range_detail.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/lttr/templates/lttr/friends_detail.html b/app/lttr/templates/lttr/friends_detail.html index 11520a6..5a8c92d 100644 --- a/app/lttr/templates/lttr/friends_detail.html +++ b/app/lttr/templates/lttr/friends_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="/friends/" itemprop="name">Friends of a Long Year</a> <meta itemprop="position" content="2" /> </span> <span class="nav-item" itemprop="item"> diff --git a/app/lttr/templates/lttr/range_detail.html b/app/lttr/templates/lttr/range_detail.html index 8d74eb9..008a572 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/range/" itemprop="name">Range</a> + <a href="/range/" itemprop="name">Range</a> <meta itemprop="position" content="2" /> </span> <span class="nav-item" itemprop="item"> |