Skip to content

Commit

Permalink
Remove duplication /tce URL
Browse files Browse the repository at this point in the history
  • Loading branch information
veganstraightedge committed Dec 17, 2024
1 parent 230f2ae commit 157ff16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/views/sitemap/show.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
<% end %>
<%# %>
<%# To Change Everything (TCE) %>
<%= to_change_everything_url %>
<%# %>
<% @to_change_everything_languages.each do |tce_language| %>
<%= to_change_everything_url(lang: tce_language) %>
<%= [to_change_everything_url(lang: tce_language), '/get'].join %>
Expand Down
2 changes: 0 additions & 2 deletions app/views/sitemap/show.xml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
<% end %>

<%# To Change Everything (TCE) %>
<%= render 'sitemap/url', loc: to_change_everything_url, lastmod: @last_modified %>

<% @to_change_everything_languages.each do |tce_language| %>
<%= render 'sitemap/url', loc: to_change_everything_url(lang: tce_language), lastmod: @last_modified %>
<%= render 'sitemap/url', loc: [to_change_everything_url(lang: tce_language), '/get'].join, lastmod: @last_modified %>
Expand Down

0 comments on commit 157ff16

Please sign in to comment.