ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.31k stars 384 forks source link

css link not working. Please comment on how to use stylesheets. #257

Open Tudball opened 5 years ago

Tudball commented 5 years ago

Other versions of hbs seem to accept the link to a css stylesheet. How is this done with express-handlebars?

UziTech commented 5 years ago

You should be able to just use regular html to link to a stylesheet

<link rel="stylesheet" href="/path/to/style.css" />