diff --git a/_includes/contributors-list.html b/_includes/contributors-list.html
new file mode 100644
index 0000000000..0feecc424e
--- /dev/null
+++ b/_includes/contributors-list.html
@@ -0,0 +1,4 @@
+
{{content}}
+
+ {% include contributors-list.html %}
diff --git a/_layouts/cheatsheet.html b/_layouts/cheatsheet.html
index 6dacd54d46..471a120c4f 100644
--- a/_layouts/cheatsheet.html
+++ b/_layouts/cheatsheet.html
@@ -30,6 +30,8 @@
{% endfor %}
{% endif %}
+
+ {% include contributors-list.html %}
diff --git a/_layouts/glossary.html b/_layouts/glossary.html
index ea5d5dde0f..e65a189e23 100644
--- a/_layouts/glossary.html
+++ b/_layouts/glossary.html
@@ -8,6 +8,8 @@
{{content}}
+
+ {% include contributors-list.html %}
diff --git a/_layouts/multipage-overview.html b/_layouts/multipage-overview.html
index cf7c0b5a32..a98e6742e3 100644
--- a/_layouts/multipage-overview.html
+++ b/_layouts/multipage-overview.html
@@ -9,6 +9,8 @@
{{content}}
+
+ {% include contributors-list.html %}
diff --git a/_layouts/singlepage-overview.html b/_layouts/singlepage-overview.html
index 87c3279b92..72cabad3fd 100644
--- a/_layouts/singlepage-overview.html
+++ b/_layouts/singlepage-overview.html
@@ -8,6 +8,8 @@
{{content}}
+
+ {% include contributors-list.html %}
diff --git a/_layouts/style-guide.html b/_layouts/style-guide.html
index 8028663a43..ecc9a53bf2 100644
--- a/_layouts/style-guide.html
+++ b/_layouts/style-guide.html
@@ -9,6 +9,8 @@
{{content}}
+
+ {% include contributors-list.html %}
diff --git a/_layouts/tour.html b/_layouts/tour.html
index a7f96b55c1..9369547dd7 100644
--- a/_layouts/tour.html
+++ b/_layouts/tour.html
@@ -20,6 +20,8 @@