diff --git a/.gitignore b/.gitignore index fb768ab709..017acc50aa 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 fdacaec8b3..db20586a79 100644 --- a/_config.yml +++ b/_config.yml @@ -29,6 +29,10 @@ forum: http://forum.spring.io/forum/spring-projects/integration custom_pom_template: true custom_gradle_template: true +# If you want to include a custom pom.xml or gradle template set these value to true and add _include files +custom_pom_template: false +custom_gradle_template: false + ### The following properties are constant for most projects diff --git a/_includes/billboard.html b/_includes/billboard.html index 753c1c555e..cb2ea49578 100644 --- a/_includes/billboard.html +++ b/_includes/billboard.html @@ -17,10 +17,12 @@ +{% if site.forum %}
+{% endif %} diff --git a/js/ZeroClipboard.swf b/js/ZeroClipboard.swf new file mode 100644 index 0000000000..880e64ee76 Binary files /dev/null and b/js/ZeroClipboard.swf differ