diff --git a/.gitignore b/.gitignore index fb768ab70..017acc50a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,6 @@ *~ _site .idea -*.sw? +*.sw[op] .project sample-pages diff --git a/_config.yml b/_config.yml index 5aeab62b3..40f0ed4d2 100644 --- a/_config.yml +++ b/_config.yml @@ -22,9 +22,6 @@ project: spring-batch # Project github URL github_repo_url: https://github.com/spring-projects/spring-batch.git -# Project forum URL -forum: http://forum.spring.io/forum/spring-projects/batch - # If you want to include a custom pom.xml or gradle template set these value to true and add _include files custom_pom_template: true custom_gradle_template: true diff --git a/_includes/billboard.html b/_includes/billboard.html index 753c1c555..cb2ea4957 100644 --- a/_includes/billboard.html +++ b/_includes/billboard.html @@ -17,10 +17,12 @@ +{% if site.forum %}
+{% endif %} diff --git a/index.html b/index.html index 304b4a97a..da9a1c53b 100644 --- a/index.html +++ b/index.html @@ -19,10 +19,6 @@ badges: url: https://build.spring.io/browse/BATCH icon: ci - - name: Forum - url: http://forum.spring.io/forum/spring-projects/batch - icon: forum - - name: StackOverflow url: http://stackoverflow.com/questions/tagged/spring-batch icon: stackoverflow diff --git a/js/ZeroClipboard.swf b/js/ZeroClipboard.swf new file mode 100644 index 000000000..880e64ee7 Binary files /dev/null and b/js/ZeroClipboard.swf differ