diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b22cada..d2ccc53 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -17,19 +17,19 @@ pygmentsUseClasses = true # custom_css = ["/css/custom.css"] # custom_js = ["/js/custom.js"] -[[params.nav]] +[[menu.main]] name = "Blog" url = "/blog/" -[[params.nav]] +[[menu.main]] name = "Twitter" url = "https://twitter.com/username" -[[params.nav]] +[[menu.main]] name = "GitHub" url = "https://github.com/username" -[[params.nav]] +[[menu.main]] name = "Email" url = "mailto:username@example.com" diff --git a/layouts/index.html b/layouts/index.html index 2421595..b60cc1f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -14,8 +14,8 @@