Skip to content

Commit

Permalink
feat(SEO): add canonical tag
Browse files Browse the repository at this point in the history
  • Loading branch information
macrat committed Mar 24, 2024
1 parent c694e53 commit d192c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{block "title" .}}Blanktar{{end}}</title>
<link rel="icon" href="/favicon.svg">
<link rel="canonical" href="{{.URL}}">
<link rel="alternate" type="application/atom+xml" href="/blog/feed.xml">
<meta name="description" content="{{block "description" .}}{{.Description}}{{end}}">
<meta name="robots" content="max-image-preview:large">
Expand Down

0 comments on commit d192c9e

Please sign in to comment.