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: Use alias as link text if it's the lookup source #42

Closed carbontwelve closed 4 months ago

carbontwelve commented 4 months ago

This PR fixes #41. Due to the 1.1.0 refactoring a regression was introduced where links would only ever render with the title of the page they link to being the link text. This PR fixes that by using the alias text for the link if it's the lookup source.