express-handlebars
express-handlebars copied to clipboard
css link not working. Please comment on how to use stylesheets.
Other versions of hbs seem to accept the link to a css stylesheet. How is this done with express-handlebars?
You should be able to just use regular html to link to a stylesheet
<link rel="stylesheet" href="/path/to/style.css" />