Skip to content

Commit

Permalink
Merge pull request #83 from timfanda35/features/add_canonical_url
Browse files Browse the repository at this point in the history
feat(seo): add canonical url
  • Loading branch information
timfanda35 authored Feb 25, 2024
2 parents 239efdc + 3979596 commit 3649d17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/simplecss/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<link rel="stylesheet" href="{{ "css/syntax.css" | absURL }}">
{{ partial "json-sitename.html" . }}

<link rel="canonical" href="{{ .Permalink }}" />
</head>

0 comments on commit 3649d17

Please sign in to comment.