Fix front matter menu entry example

This commit is contained in:
Joe Mooring 2024-11-08 07:51:25 -08:00 committed by GitHub
parent c3a476a198
commit 159c843fd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ This front matter menu entry demonstrates some of the available properties:
{{< code-toggle file=content/products/software.md fm=true >}} {{< code-toggle file=content/products/software.md fm=true >}}
title = 'Software' title = 'Software'
[[menus.main]] [menus.main]
parent = 'Products' parent = 'Products'
weight = 20 weight = 20
pre = '<i class="fa-solid fa-code"></i>' pre = '<i class="fa-solid fa-code"></i>'