We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90ce49 commit ec27509Copy full SHA for ec27509
1 file changed
themes/arm-design-system-hugo-theme/layouts/partials/head/head.html
@@ -23,7 +23,7 @@
23
<!-- verify site ownership for Google -->
24
<meta name="google-site-verification" content="BTfVb1OscFD-pN_bYZaTGmfx2_K3S1EbzvdKPepntvk" />
25
<!-- add cannonical link to reinforce this page's validity for search engines, with a trailing / on the URL name-->
26
-<link rel="canonical" href="https://learn.arm.com{{ .Permalink }}" />
+<link rel="canonical" href="{{ .Permalink }}" />
27
<title>{{ $title }}</title>
28
29
{{/* Meta description: short, task-oriented summary for SERP and AI selection.
0 commit comments