maunium / dontasktoask.com

An informational website about why you should ask questions directly instead of asking to ask
https://dontasktoask.com
MIT License
432 stars 97 forks source link

Factor out the style.css #10

Closed Lonami closed 4 years ago

Lonami commented 4 years ago

Not sure if the <meta http-equiv="refresh" content="0;../index.html" /> in en/index.html is the best way to handle this, ideally it would be a redirect in the web server, but it's the only way I can think of without duplicating the file because the .css path would now be different (unless we made another symbolic link to that?).

Lonami commented 4 years ago

The CSS link could just be absolute instead of relative

Then it will break offline, which I dislike, but it's fair enough.

Lonami commented 4 years ago

There were actually a few more differences. I don't know if !important is needed, but it works. I recommend squashing this mess.