Skip to content

Commit

Permalink
Use link element instead of meta (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssa authored Apr 14, 2024
1 parent 1a7174d commit 01fad5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/head.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{{#if (eq ../../path @key)}}
{{#with this}}

<meta rel="canonical" href="https://iamb.chat/{{canonical}}" />
<link rel="canonical" href="https://iamb.chat/{{canonical}}" />
<meta name="keywords" content="iamb, matrix client, tui, terminal{{keywords}}" />

{{/with}}
Expand Down

0 comments on commit 01fad5f

Please sign in to comment.