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: eleventyComputed:
eleventyNavigation: eleventyNavigation:
key: "{{ title }}" key: "{{ title | safe }}"
--- ---
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">