eleventy-navigation icon indicating copy to clipboard operation
eleventy-navigation copied to clipboard

support reuse of keys from front-matter

Open Dexus opened this issue 2 years ago • 1 comments

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 }}"
---

Dexus avatar Apr 16 '22 11:04 Dexus

https://www.11ty.dev/docs/data-computed/#using-a-template-string

nford avatar Apr 26 '22 12:04 nford