restincode/people/bill.json
mauvehed 8594a4c682
fix(people): match image filename case for bill
Bill.jpg is capitalized on disk; the JSON referenced bill.jpg, which 404s
on the live site.
2026-09-05 14:34:41 -05:00

27 lines
797 B
JSON

{
"firstname": "Bill",
"lastname": "",
"handle": "Wolfgame",
"birth": "",
"death": "2019",
"obituary": "",
"issue": "59",
"affiliations": "",
"mainimage": "/images/Bill.jpg",
"maintext": "25 years later, still Wolfgame. IT Consultant, Cider Enthusiast, Vaper, Gamer, and cranky fucker with no time for your shit.",
"socialmedialinks": [
{
"sitename": "Twitter",
"siteurl": "https://www.twitter.com/wolfgame"
}
],
"references": [],
"contributions": [],
"gallery": [
{
"url": "/images/Bill.jpg",
"title": "Bill (Wolfgame) at a 2600 NYC dinner in 1996",
"caption": "Bill (@wolfgame) in the middle wearing a birthday crown at a 2600 NYC dinner for Meme's birthday in 1996. Photo by Pamela Howell (@serendipitousP)."
}
]
}