Skip to content

Commit

Permalink
Fix canonical link syntax in header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fynks committed Dec 13, 2024
1 parent 1c50176 commit 1f91dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ cat > header.html << EOL
<link rel="icon" href="../favicon.svg" type="image/svg+xml">
<title>Awesome Android Root</title>
<meta name="theme-color" content="#0366d6">
<link canonical="https://awesome-android-root.netlify.app/">
<link rel="canonical" href="https://awesome-android-root.netlify.app/">
<link rel="dns-prefetch" href="https://awesome.re" />
<link rel="preconnect" href="https://awesome.re" />
Expand Down

0 comments on commit 1f91dff

Please sign in to comment.