nhoizey / eleventy-plugin-link_to

A Nunjucks tag to link to another internal content in Eleventy with its slug.
MIT License
4 stars 0 forks source link

Add option to create the full link with URL and title #1

Open nhoizey opened 3 years ago

nhoizey commented 3 years ago

2 options:

1. Add a second parameter to automate the full link creation:

{% link_to "page-slug", true %}

2. Add a second Nunjucks tag:

{% title_of "page-slug" %}

Second option would allow the developer to: