Skip to content

Commit

Permalink
Add canonical link to page head
Browse files Browse the repository at this point in the history
  • Loading branch information
zarino committed Feb 19, 2024
1 parent 354c9c8 commit c033533
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hub/templates/hub/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,400;0,700;0,800;1,400&amp;display=swap">
<meta name="theme-color" content="#e9f1d6">

<link rel="canonical" href="https://{{ request.get_host }}{{ request.path }}">

<link rel="icon" type="image/x-icon" href="{% static 'img/favicon.ico' %}">
<meta property="og:url" content="{{ request.build_absolute_uri }}">
<meta property="og:title" content="{{ page_title }}">
Expand Down

0 comments on commit c033533

Please sign in to comment.