Remove redundant ELeventy Navigation key from indivisual template
This commit is contained in:
parent
0bfb006f65
commit
6b0edb047a
|
@ -3,7 +3,6 @@ title: Guestbook
|
||||||
customCSSSheets: ["comments"]
|
customCSSSheets: ["comments"]
|
||||||
customJSFiles: ["svgIconControl", "googleSheetsReaderGizmo", "comments"]
|
customJSFiles: ["svgIconControl", "googleSheetsReaderGizmo", "comments"]
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
key: Guestbook
|
|
||||||
order: 9
|
order: 9
|
||||||
eleventyComputed:
|
eleventyComputed:
|
||||||
desc: Leave a message for {{ sitemeta.siteAuthor.name }}.
|
desc: Leave a message for {{ sitemeta.siteAuthor.name }}.
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: Now
|
title: Now
|
||||||
updated: 2024-06-17
|
updated: 2024-06-17
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
key: Now
|
|
||||||
order: 3
|
order: 3
|
||||||
eleventyComputed:
|
eleventyComputed:
|
||||||
desc: What {{ sitemeta.siteAuthor.name }} is doing now.
|
desc: What {{ sitemeta.siteAuthor.name }} is doing now.
|
||||||
|
|
Loading…
Reference in New Issue