mirror of
https://github.com/restincode/restincode.git
synced 2026-09-11 17:19:30 +02:00
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.
This commit is contained in:
parent
b9d239665f
commit
8594a4c682
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
"obituary": "",
|
"obituary": "",
|
||||||
"issue": "59",
|
"issue": "59",
|
||||||
"affiliations": "",
|
"affiliations": "",
|
||||||
"mainimage": "/images/bill.jpg",
|
"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.",
|
"maintext": "25 years later, still Wolfgame. IT Consultant, Cider Enthusiast, Vaper, Gamer, and cranky fucker with no time for your shit.",
|
||||||
"socialmedialinks": [
|
"socialmedialinks": [
|
||||||
{
|
{
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"contributions": [],
|
"contributions": [],
|
||||||
"gallery": [
|
"gallery": [
|
||||||
{
|
{
|
||||||
"url": "/images/bill.jpg",
|
"url": "/images/Bill.jpg",
|
||||||
"title": "Bill (Wolfgame) at a 2600 NYC dinner in 1996",
|
"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)."
|
"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)."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue