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.
2 parents a77bf48 + 1c98dae commit b133c36Copy full SHA for b133c36
2 files changed
files/demo-app/templates/application.gts
@@ -1,6 +1,10 @@
1
+import { pageTitle } from 'ember-page-title';
2
+
3
const greeting = 'hello';
4
5
<template>
6
+ {{pageTitle "Demo App"}}
7
8
<h1>Welcome to ember!</h1>
9
10
{{greeting}}, world!
files/index.html
@@ -4,11 +4,11 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <title>Docs App</title>
+ <title>Demo App</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
11
- <link rel="stylesheet" href="./docs-app/styles.css" />
+ <link rel="stylesheet" href="./demo-app/styles.css" />
12
13
</head>
14
0 commit comments