eslint / archive-website

The ESLint website
https://eslint.org
MIT License
95 stars 244 forks source link

fix: Display authors with correct GitHub URL on blog posts #916

Closed AkashaRojee closed 2 years ago

AkashaRojee commented 2 years ago

On blog posts with more than 1 author, the authors are now displayed, each with their correct GitHub URL.

image

When getting the authors array, I changed the split filter from ", " to ",".

Fixes #913

netlify[bot] commented 2 years ago

✔️ Deploy Preview for eslint ready!

🔨 Explore the source changes: 4800e32d0621a7aa1e6d0b2355cad52a02f4b388

🔍 Inspect the deploy log: https://app.netlify.com/sites/eslint/deploys/61f9e152ac75730007e7b997

😎 Browse the preview: https://deploy-preview-916--eslint.netlify.app

AkashaRojee commented 2 years ago

P.S. The force push was because I hadn't yet rebased onto upstream initially in the PR.