Skip to content

Commit

Permalink
Merge pull request #4183 from thelostone-mc/seo
Browse files Browse the repository at this point in the history
sitemap: update bounties/contibutor
  • Loading branch information
danlipert authored Apr 17, 2019
2 parents ae710f9 + cbc7ae1 commit da02a79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/app/sitemaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def lastmod(self, obj):
return timezone.now()

def location(self, item):
return f'/contributor/{item}'
return f'/bounties/contributor/{item}'


class ResultsSitemap(Sitemap):
Expand Down
4 changes: 2 additions & 2 deletions app/retail/templates/shared/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
{% endcomment %}
{% load i18n static matches %}
<nav class="navbar navbar-expand-md navbar-dark g-font-muli gitcoin-background">
<a class="navbar-brand pt-0 pb-0" href="/">
<img id="logo" src="{% static "v2/images/logo_large.png" %}" data-hover="{% static "v2/images/logo_med_hover.gif" %}" width="150" height="50" />
<a class="navbar-brand pt-0 pb-0" href="/bounties/funder">
<img id="logo" src="{% static "v2/images/top-bar/bounties_desktop.svg" %}" height="35" />
</a>
{% if request.path|matches:"^\/((explorer)|(issue.*)|(.*new.*))$" %}
<div class="navbar-network ml-xl-5 py-1 px-2 hidden">
Expand Down

0 comments on commit da02a79

Please sign in to comment.