better site title
This commit is contained in:
parent
8aea16455b
commit
fe8c6bce7c
2 changed files with 1 additions and 4 deletions
3
app.js
3
app.js
|
@ -5,9 +5,6 @@ import fetchData from './data.js'
|
||||||
const app = express()
|
const app = express()
|
||||||
const data = fetchData()
|
const data = fetchData()
|
||||||
|
|
||||||
// TODO: Use this data haha!
|
|
||||||
console.log('Data, ready and waiting!', data)
|
|
||||||
|
|
||||||
app.engine('handlebars', engine())
|
app.engine('handlebars', engine())
|
||||||
app.set('view engine', 'handlebars')
|
app.set('view engine', 'handlebars')
|
||||||
app.set('views', './src/views')
|
app.set('views', './src/views')
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{{pageTitle}}}</title>
|
<title>{{{pageTitle}}}</title>
|
||||||
|
<meta property="og:site_name" content={{siteTitle}} />
|
||||||
<meta property="og:title" content={{pageTitle}} />
|
<meta property="og:title" content={{pageTitle}} />
|
||||||
<meta property="og:site_name" content="Pronoun Monster" />
|
|
||||||
<meta property="og:description" content="Howl your pronouns loud and proud. Because while we are silly, your gender identity is important. Be your genuine self. Share how you are to be referred to by newer users of neopronouns or English language learners." />
|
<meta property="og:description" content="Howl your pronouns loud and proud. Because while we are silly, your gender identity is important. Be your genuine self. Share how you are to be referred to by newer users of neopronouns or English language learners." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://pronoun.monster/" />
|
<meta property="og:url" content="https://pronoun.monster/" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue