Skip to content

Commit

Permalink
Add canonical tag
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjago committed May 16, 2024
1 parent bcd1cce commit 1072d9b
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 @@ -9,6 +9,7 @@
</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="{{ if .Summary }}{{ .Summary }}{{ else }}{{ .Site.Params.description }}{{ end }}">
<link rel="canonical" href="{{ .Permalink }}">
<link rel="icon" href="/images/icon.svg">
{{ with resources.Get "style.out.css" | fingerprint }}
<link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
Expand Down

0 comments on commit 1072d9b

Please sign in to comment.