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 a67f2bb commit 5f763b1Copy full SHA for 5f763b1
2 files changed
app/templates/head.gjs
app/templates/head.hbs
@@ -0,0 +1,10 @@
1
+<link rel="dns-prefetch" href="{{this.model.cdnDomain}}">
2
+
3
+{{#if this.model.description}}
4
+ <meta name="description" content={{this.model.description}}>
5
+ <meta property="og:description" content={{this.model.description}}>
6
+{{/if}}
7
8
+{{#unless this.model.isRelease}}
9
+ <link rel="canonical" href={{this.model.canonicalUrl}}>
10
+{{/unless}}
0 commit comments