hadisinaee/avicenna

Missing space causing css not rendered in Google chrome

weifanjiang opened this issue · 0 comments

At least for me on Google Chrome, This line causes the issue that main.css/ is not found.

Adding a space between href={{ "css/main.css" | absURL }} and /> solves the problem for me.