rust-br/dinkleberg

blog.rustbr.org broken

Opened this issue · 6 comments

http://blog.rustbr.org/ appears to be terribly broken:
screenshot_2018-09-03 rust brasil dividindo conhecimento sobre a linguagem rust

No messages in the JavaScript console, no failed downloads in the network debugger.

Firefox 61.0.2 on Linux

screenshot from 2018-09-03 07-54-03
normal to me

@marioidival That is Google Chrome on Windows?

My first guess would be that the <link rel="preload" onload="..."> is not being loaded here. Maybe that is some same-origin thing, as the blog and the CSS live on different domains?

Same here, the blog is broken on Firefox. rel="preload" is not supported on Firefox.

This is a terrible abuse of <link rel=preload>. Preload is supposed to be an enhancement. As it is, you’ve made the site work in Chrome and recent Safari only, and unnecessarily depend on JavaScript too.

This is what I get when I disable JS..