Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Alternative canonical url
Browse files Browse the repository at this point in the history
  • Loading branch information
histrio committed Sep 12, 2022
1 parent 1279a49 commit dcf05af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{{ end }}


<link rel="canonical" href="{{ .Permalink }}" />
<link rel="canonical" href="{{ .Params.canonical | default .Permalink }}" />

{{ if .Site.Params.faviconfile }}
<link rel="shortcut icon" href="{{ .Site.Params.faviconfile | absURL }}" />
Expand Down

0 comments on commit dcf05af

Please sign in to comment.