Skip to content

Commit 440c8c0

Browse files
committed
Fix up some references and update yarn.lock
1 parent cc6f98b commit 440c8c0

File tree

2 files changed

+688
-813
lines changed

2 files changed

+688
-813
lines changed

buildNavigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ try {
2222

2323
if (siteMetadata.home) {
2424
topNavMarkdown += '\n- home:\n';
25-
topNavMarkdown += ` - [${topNav.home.title}](${topNav.home.path})\n`;
25+
topNavMarkdown += ` - [${siteMetadata.home.title}](${siteMetadata.home.path})\n`;
2626

2727
if(siteMetadata.home.hidden) {
2828
topNavMarkdown += ` - hidden\n`;

0 commit comments

Comments
 (0)