parent
22bad851e0
commit
0bde4eb0d1
2
index.js
2
index.js
@ -200,7 +200,7 @@ readFile("./index.tmpl.html", function (err, data) {
|
|||||||
let title = TitleTemplate(store);
|
let title = TitleTemplate(store);
|
||||||
$("title").html(title);
|
$("title").html(title);
|
||||||
$("meta[name='title']").attr("content", title);
|
$("meta[name='title']").attr("content", title);
|
||||||
$("meta[name='title']").attr("content", title);
|
$("meta[name='description']").attr("content", metaDescription(store));
|
||||||
$("link[rel='canonical']").attr(
|
$("link[rel='canonical']").attr(
|
||||||
"href",
|
"href",
|
||||||
`https://nycbookstores.org/${slugify(store.name)}/`
|
`https://nycbookstores.org/${slugify(store.name)}/`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user