getgrav / grav-theme-halcyon

Halcyon Days is a modern and stylish HTML5/CSS3 template with a pixel-perfect design and smooth effects. It’s especially fitting for a portfolio or start-up website, but it’s also very versatile and can be used for many other projects.
https://getgrav.org
Other
5 stars 3 forks source link

Fixed a JS error due to the fact that the # needs to be escaped. #2

Closed Romain closed 6 years ago

Romain commented 6 years ago

When loading the website, an error appears in the console:

Error: Syntax error, unrecognized expression: a[href*=#]:not([href=#])

This is due to the fact that the # character needs to be escaped. See this thread.

This PR fixes this.