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

@@ -78,8 +78,9 @@ module.exports = function(eleventyConfig) {
// If you dont have a subdirectory, use "" or "/" (they do the same thing)
// This is only used for link URLs (it does not affect your file structure)
// You can also pass this in on the command line using `--pathprefix`
// Best paired with the `url` filter: https://www.11ty.io/docs/filters/url/
// You can also pass this in on the command line using `--pathprefix`
// pathPrefix: "/",
markdownTemplateEngine: "liquid",