This 11ty (Eleventy) plugin adds a Links section to a page (post, page, whatever) listing the all the links on the current page. This is useful if you put a lot of links in your site's articles and want to provide an easy way for readers to see all the links in one place.

To use this plugin, within the page content, add the following shortcode where you want the links to appear:

{% pageLinks %}

With that in place, the plugin automatically generates a list of links at that location on the page. You can set global configuration options that apply to the generated links on every page. You can also override the default settings through parameters passed to the shortcode.

The plugin supports the following options:

List Types:

List Options:

Use the menu at the top of the page see examples of each of the available options in action.