fix double escaped nav key

This commit is contained in:
Lyn Fugmann 2024-10-02 15:30:46 +02:00
parent f9062ec01e
commit 56a0cf0704

View file

@ -1,7 +1,7 @@
---
eleventyComputed:
eleventyNavigation:
key: "{{ title }}"
key: "{{ title | safe }}"
---
<!doctype html>
<html lang="en">