sahat / hackathon-starter

A boilerplate for Node.js web applications
MIT License
34.8k stars 8.16k forks source link

Change pug tags with multiple attributes #1225

Closed soundz77 closed 1 year ago

soundz77 commented 1 year ago

Prevents the "You should not have pug tags with multiple attributes" error. It occurs due to code such as: a.nav-link(class=(title === 'Home') ? 'active' : '')(href='/') Home on lines 50, 52 and 54 and affects any page that uses header.pug.