diff --git a/_layouts/main.html b/_layouts/main.html
index f39fc38e1..cca7e9d12 100644
--- a/_layouts/main.html
+++ b/_layouts/main.html
@@ -76,6 +76,14 @@
{{ content }}
+{% if page.section == 'blog' %}
+
+Have comments or questions?
+Send me an email,
+tweet at @b33ts,
+or discuss on Hacker News.
+
+{% endif %}