From c6f7d5b0ab275421d96097dd5a5a769ee7ae30fc Mon Sep 17 00:00:00 2001 From: Mark Angrish Date: Wed, 31 Aug 2016 12:44:56 +1000 Subject: [PATCH] Fixed issue with badges not appearing in new gh-pages format. --- index.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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 ---