11ty/eleventy-navigation

support reuse of keys from front-matter

Dexus opened this issue · 1 comments

Dexus commented

I have some keys, and I would love to have the possibility to reuse them like:

---
title: "Projekte"
translationKey: "page-projects"
eleventyNavigation:
  key: "{{ translationKey }}"
  title: "{{ title }}"
---