I've been searching in the examples on the GitHub but I couldn't find how to load a simple css file into my layout. My first thought was doing something like this link(href="my.css")
but it seems it's not working at all. The href points to a correct location online (checked and working) thus maybe I'm forgetting something?
try: link(rel='stylesheet', href='/stylesheets/style.css')
I think you need to include the relationship. Try
link(rel='stylesheet', href='my.css')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With