Skip to content

Commit

Permalink
chore: add canonical URL to head template (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
davlgd committed Jan 19, 2024
1 parent fc964f1 commit 728fe21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
{{ end -}}
</title>
<meta name="description" content="{{ partial "utils/page-description.html" . }}" />
<link rel="canonical" href="{{ .Permalink }}">

{{ partial "opengraph.html" . }}
{{ template "_internal/schema.html" . -}}
Expand Down

0 comments on commit 728fe21

Please sign in to comment.