diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index d524a51..ca02f49 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -76,3 +76,4 @@
- [Lorenzo Cameroni](https://github.com/came88)
- [Jared Sturdy](https://github.com/jsturdy)
- [Daniel Monteiro](https://github.com/dfamonteiro)
+- [Dave Rolsky](https://github.com/autarch)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c95ec45..519bbc5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,7 +7,6 @@ languagecode = "en"
defaultcontentlanguage = "en"
paginate = 20
-canonifyurls = true
pygmentsstyle = "b2"
pygmentscodefences = true
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 0c381a4..66e101a 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -17,9 +17,6 @@
{{ template "_internal/twitter_cards.html" . }}
{{ template "_internal/opengraph.html" . }}
- {{ if .Permalink }}
-