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

Configure Feed

Select the types of activity you want to include in your feed.

chore: display different by on the root blog page

+5 -1
static/blog/og.png

This is a binary file and will not be displayed.

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