diff --git a/index.js b/index.js index 6f51a97..1d6dab6 100644 --- a/index.js +++ b/index.js @@ -200,7 +200,7 @@ readFile("./index.tmpl.html", function (err, data) { let title = TitleTemplate(store); $("title").html(title); $("meta[name='title']").attr("content", title); - $("meta[name='title']").attr("content", title); + $("meta[name='description']").attr("content", metaDescription(store)); $("link[rel='canonical']").attr( "href", `https://nycbookstores.org/${slugify(store.name)}/`