...
This commit is contained in:
33
examples/doctreenew/sites/demo1/footer.hjson
Normal file
33
examples/doctreenew/sites/demo1/footer.hjson
Normal file
@@ -0,0 +1,33 @@
|
||||
# Footer configuration for the site
|
||||
|
||||
title: "Explore More"
|
||||
|
||||
sections: [
|
||||
{
|
||||
title: "Pages"
|
||||
links: [
|
||||
{ label: "Home", href: "/" }
|
||||
{ label: "About Us", href: "/about" }
|
||||
{ label: "Contact", href: "/contact" }
|
||||
{ label: "Blog", href: "/blog" }
|
||||
]
|
||||
}
|
||||
|
||||
{
|
||||
title: "Resources"
|
||||
links: [
|
||||
{ label: "Docs", href: "/docs" }
|
||||
{ label: "API", href: "/api" }
|
||||
]
|
||||
}
|
||||
|
||||
{
|
||||
title: "Social"
|
||||
links: [
|
||||
{ label: "GitHub", href: "https://github.com/yourproject" }
|
||||
{ label: "Twitter", href: "https://twitter.com/yourhandle" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
copyright: "© 2025 YourSite. All rights reserved."
|
Reference in New Issue
Block a user