diff options
author | 2021-05-17 17:45:41 -0500 | |
---|---|---|
committer | 2021-05-17 17:45:41 -0500 | |
commit | d6cedac38e25fbec8425e020c16393fd70f0adf6 (patch) | |
tree | 4bda69f8ec6ab76d75f1f98b141886ce5305df4d /examples/blog/src/data | |
parent | d8a78298f354e775c1a3ad8b2d44e372969b0c39 (diff) | |
download | astro-d6cedac38e25fbec8425e020c16393fd70f0adf6.tar.gz astro-d6cedac38e25fbec8425e020c16393fd70f0adf6.tar.zst astro-d6cedac38e25fbec8425e020c16393fd70f0adf6.zip |
Improve blog template (#217)
Diffstat (limited to 'examples/blog/src/data')
-rw-r--r-- | examples/blog/src/data/authors.json | 29 |
1 files changed, 6 insertions, 23 deletions
diff --git a/examples/blog/src/data/authors.json b/examples/blog/src/data/authors.json index c0f247e02..e958e7cd1 100644 --- a/examples/blog/src/data/authors.json +++ b/examples/blog/src/data/authors.json @@ -1,27 +1,10 @@ { - "animal": { - "name": "Animal", - "email": "animal@muppets.co", - "img": "/images/animal.jpg" + "don": { + "name": "Don Quixote", + "image": "/authors/don.jpg" }, - "kermit": { - "name": "Kermit the Frog", - "email": "kermit@muppets.co", - "img": "/images/kermit.jpg" - }, - "ms-piggy": { - "name": "Animal", - "email": "mspiggy@muppets.co", - "img": "/images/ms-piggy.jpg" - }, - "gonzo": { - "name": "Gonzo", - "email": "thegonz@muppets.co", - "img": "/images/gonzo.jpg" - }, - "rizzo": { - "name": "Rizzo the Rat", - "email": "rizzo@muppets.co", - "img": "/images/rizzo.jpg" + "sancho": { + "name": "Sancho Panza", + "image": "/authors/sancho.jpg" } } |