assemble / grunt-assemble-permalinks

Permalinks middleware for Assemble, the static site generator for Grunt.js and Yeoman. This plugin enables powerful and configurable URI replacement patterns, presets, uses Moment.js for parsing dates, and much more.
MIT License
43 stars 11 forks source link

Jump links not working #62

Closed ryanve closed 8 years ago

ryanve commented 9 years ago

I have permalinks like :basename/index.html and they work except that links to jumps don't work. Clicking them has no effect.

<a href="#example">example</a>

If I manually go to the address bar and add #example to the URL then it jumps as expected. They also work if I open the raw html file. Is there a way to get them to work with the permalinks?

jonschlinkert commented 8 years ago

Closing based on age, and since this sounds like an HTML issue, probably not related to this module.