restore meta description field
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
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)}/`
|
||||||
|
Reference in New Issue
Block a user