From a55f766b3af018f92841b34a1103a4652b472706 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 9 May 2016 23:13:11 +0100 Subject: [PATCH] Fix asset and navbar URLs --- exampleSite/config.toml | 12 ++++++------ layouts/partials/footer.html | 6 +++--- layouts/partials/footer_container.html | 2 +- layouts/partials/header.html | 11 ++++++----- layouts/partials/navbar.html | 2 +- 5 files changed, 17 insertions(+), 16 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8b8234fa..0b70040c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -79,30 +79,30 @@ googleAnalytics = "" [[menu.main]] name = "Home" - url = "/#bio" + url = "#" weight = 1 [[menu.main]] name = "Publications" - url = "/#publications" + url = "#publications" weight = 2 [[menu.main]] name = "Posts" - url = "/#posts" + url = "#posts" weight = 3 [[menu.main]] name = "Projects" - url = "/#projects" + url = "#projects" weight = 4 [[menu.main]] name = "Teaching" - url = "/#teaching" + url = "#teaching" weight = 5 [[menu.main]] name = "Contact" - url = "/#contact" + url = "#contact" weight = 6 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 5bdb568f..f5db58b3 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,8 +1,8 @@ - - - + + + {{ with .Site.GoogleAnalytics }}