Skip to content

Commit

Permalink
Merge pull request #876 from gethinode/develop
Browse files Browse the repository at this point in the history
Add support for static list content to nav asset
  • Loading branch information
markdumay authored Apr 12, 2024
2 parents ebf5c7e + da7dfc5 commit 1a2b4a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions data/structures/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ arguments:
type:
- page.Pages
- resource.Resources
- '[]map[string]interface {}'
optional: true
comment: Array of pages to be rendered as nav items.
group: partial
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gethinode/hinode",
"version": "0.23.6",
"version": "0.23.7",
"description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator",
"keywords": [
"hugo",
Expand Down

0 comments on commit 1a2b4a1

Please sign in to comment.