feat: add canonical link to all pages
This commit is contained in:
parent
be90d89d7c
commit
e4a5029d24
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||||
<meta name="description" content="{{ default .Summary .Description }}">
|
<meta name="description" content="{{ default .Summary .Description }}">
|
||||||
|
<link rel="canonical" href="{{ .Permalink }}"/>
|
||||||
|
|
||||||
{{ template "_internal/opengraph.html" . }}
|
{{ template "_internal/opengraph.html" . }}
|
||||||
{{ template "_internal/schema.html" . }}
|
{{ template "_internal/schema.html" . }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue