fix double escaped nav key
This commit is contained in:
parent
f9062ec01e
commit
56a0cf0704
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
eleventyComputed:
|
||||
eleventyNavigation:
|
||||
key: "{{ title }}"
|
||||
key: "{{ title | safe }}"
|
||||
---
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
|
Loading…
Reference in a new issue