diff --git a/README.md b/README.md
index 65fca19c6b..686179fd0d 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,8 @@
[![Build Status](https://travis-ci.org/apache/incubator-singa.png)](https://travis-ci.org/apache/incubator-singa)
![License](http://img.shields.io/:license-Apache%202.0-blue.svg)
+[![Follow Apache SINGA on Twitter](https://img.shields.io/twitter/follow/apachesinga.svg?style=social&label=Follow)](https://twitter.com/ApacheSinga)
+[![Docker pulls](https://img.shields.io/docker/pulls/apache/singa.svg)](https://hub.docker.com/r/apache/singa/)
Distributed deep learning system
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index cceef1e147..01ce2a0ad7 100755
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -56,7 +56,7 @@
-
+
diff --git a/doc/en/index.rst b/doc/en/index.rst
index 056595cb10..b92a61844d 100644
--- a/doc/en/index.rst
+++ b/doc/en/index.rst
@@ -65,7 +65,7 @@ Getting Started
---------------
* `Install SINGA `_ via conda, apt-get, or from source.
-* Try SINGA on `AWS `_ or via `Docker `_.
+* Try SINGA on `AWS `_ or via `Docker `_.
* Refer to the `Jupyter notebooks `_ for some basic examples and the `model zoo page <./docs/model_zoo/index.html>`_ for more examples.