diff --git a/index.html b/index.html index 703f6ac..9cf1bfe 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@ media="screen" rel="stylesheet" type="text/css" - href="/css/site.css" + href="/css/site.css?1647787377775" /> There are currently 96 stores indexed on this page. Last updated - March 19, 2022. + March 20, 2022.

@@ -186,8 +186,12 @@ 867 Broadway, Brooklyn - Bluestockings - 172 Allen Street, New York + Better Read Than Dead & Burly Coffee + 90 Kosciuszko St, Brooklyn + + + Bluestockings Cooperative + 116 Suffolk Street, New York Bonnie Slotnick Cookbooks @@ -286,9 +290,7 @@ 99 St. Mark's Place, New York - - Every Thing Goes Book Cafe and Neighborhood Stage - + ETG Book Cafe 208 Bay St, Staten Island @@ -397,10 +399,6 @@ Posman Books Chelsea Market 75 9th Avenue, New York - - Posman Books Rockefeller Center - 30 Rockefeller Plaza, New York - PowerHouse Arena 28 Adams St, Brooklyn diff --git a/index.js b/index.js index e481f7a..eacfd55 100644 --- a/index.js +++ b/index.js @@ -24,7 +24,8 @@ fs.readFile("./index.html", function (err, data) { day: "numeric", }) ); - + const cssurl = $("link[type='text/css']").attr("href"); + $("link[type='text/css']").attr("href", cssurl + "?" + new Date().getTime()); fs.writeFile("./index.html", $.html(), (err) => { if (err) throw err; console.log("Default view updated.");