diff --git a/index.html b/index.html
index 031b612dc..eb6920fe6 100644
--- a/index.html
+++ b/index.html
@@ -4,26 +4,26 @@ title: Spring Data Neo4j
badges:
-# Specify your project's twitter handle, if any. Delete if none.
-twitter: Neo4j
+ # Specify your project's twitter handle, if any. Delete if none.
+ twitter: Neo4j
-# Customize your project's badges. Delete any entries that do not apply.
-custom:
-- name: Source (GitHub)
-url: https://github.com/SpringSource/spring-data-neo4j
-icon: github
+ # Customize your project's badges. Delete any entries that do not apply.
+ custom:
+ - name: Source (GitHub)
+ url: https://github.com/SpringSource/spring-data-neo4j
+ icon: github
-- name: Issues (JIRA)
-url: http://jira.springsource.org/browse/DATAGRAPH
-icon: tracking
+ - name: Issues (JIRA)
+ url: http://jira.springsource.org/browse/DATAGRAPH
+ icon: tracking
-- name: CI (Bamboo)
-url: https://build.springsource.org/browse/SPRINGDATA
-icon: ci
+ - name: CI (Bamboo)
+ url: https://build.springsource.org/browse/SPRINGDATA
+ icon: ci
-- name: StackOverflow
-url: http://stackoverflow.com/questions/tagged/spring-data-neo4j-4
-icon: stackoverflow
+ - name: StackOverflow
+ url: http://stackoverflow.com/questions/tagged/spring-data-neo4j-4
+ icon: stackoverflow
---