Switches to use more obvious markup menu template for eleventy-navigation

This commit is contained in:
Zach Leatherman
2020-01-02 20:51:47 -06:00
parent 93e23c7885
commit f870ecd50c
5 changed files with 15 additions and 15 deletions

View File

@@ -24,11 +24,11 @@
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"devDependencies": {
"@11ty/eleventy": "^0.9.0",
"@11ty/eleventy-navigation": "^0.1.1",
"@11ty/eleventy-navigation": "^0.1.3",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3",
"luxon": "^1.12.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.0",
"luxon": "^1.21.3",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2"
"markdown-it-anchor": "^5.2.5"
}
}