alistapart / AListApart

The A List Apart front end repo
http://alistapart.com/
MIT License
671 stars 68 forks source link

Author pages don't render. #440

Open marekgebka opened 3 years ago

marekgebka commented 3 years ago

I just noticed that seemingly all authorpages are not rendering any content. I haven't checked all of them but all pages I checked (about 5-6) had the same issue.

Currently browsing on a Mac (Mojave - 10.14.6) on Firefox (84.0).

miclf commented 3 years ago

I confirm this issue (on both Gecko and Chromium).

This seems to come from the back-end: I couldn’t see any JavaScript error nor any network issue that might explain what the cause of the problem is.

When looking at the source code, we can see that the HTML suddenly stops after a <meta> element. It doesn’t even reach the end of the <head>. Here is a screenshot.

screenshot-of-html