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 }}