photogabble / eleventy-plugin-interlinker

Adds wikilink and wikilink embed support with tracking of backlinks.
https://photogabble.co.uk/projects/eleventyjs-interlink-plugin/
MIT License
17 stars 1 forks source link

BUGFIX: pass page object through to compileTemplate #29

Closed carbontwelve closed 5 months ago

carbontwelve commented 5 months ago

This PR fixes a regression caused in an earlier refactoring as part of v1.1.0, where I was passing the wikilink meta object to compileTemplate instead of the 11ty page object.