Skip to content

Commit

Permalink
adds canonical tag
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Oct 21, 2019
1 parent 1b09549 commit f36a2ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/dashboard/templates/profiles/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
{% endif %}
{% include 'shared/head.html' %}
{% include 'shared/cards_pic.html' %}
{% if not hidden %}
<link rel="canonical" href="{{profile.url}}/{{tab}}" />
{% endif %}
<link rel="stylesheet" href={% static "v2/css/dashboard.css" %} />
<link rel="stylesheet" href={% static "v2/css/profile.css" %} />
<link rel="stylesheet" href={% static "v2/css/tag.css" %} />
Expand Down

0 comments on commit f36a2ed

Please sign in to comment.