the home site for me: also iteration 3 or 4 of my site

chore: display different by on the root blog page

Changed files
+5 -1
static
blog
tools
static/blog/og.png

This is a binary file and will not be displayed.

+5 -1
tools/genOG.ts
···
switch (file.split("/")[0]) {
case "blog":
type = "Blog";
-
by = "<p>By Kieran Klukas</p>";
break;
case "verify":
case "pfp":
···
switch (file.split("/")[0]) {
case "blog":
type = "Blog";
+
if (file.split("/")[1] !== "index.html") {
+
by = "<p>By Kieran Klukas</p>";
+
} else {
+
by = "<p>All authored by Kieran Klukas</p>";
+
}
break;
case "verify":
case "pfp":