"
+
# add in our own footer (Google Analytics)
content.sub! "", "#{footer}\n"
# link the main header to the index page
- content.sub! "", ""
+ content.sub! "", "
"
# custom title for non-index pages
if filename != "index"
diff --git a/source/index.md b/source/index.md
index 8126c2a..ca3c872 100644
--- a/source/index.md
+++ b/source/index.md
@@ -1,6 +1,3 @@
-Open States API
-===============
-
Open States provides a JSON API for accessing state legislative information.
Basics