Skip to content

Commit 5f763b1

Browse files
committed
Revert head template to hbs
1 parent a67f2bb commit 5f763b1

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

app/templates/head.gjs

Lines changed: 0 additions & 11 deletions
This file was deleted.

app/templates/head.hbs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)