diff --git a/_layouts/single.html b/_layouts/single.html
index 65f6c9dc..b9d22ebc 100644
--- a/_layouts/single.html
+++ b/_layouts/single.html
@@ -63,8 +63,15 @@
{{ page.h2 }}
{% endif %}
{{ content }}
+
+ {% if page.path contains '_posts/' %}
+ {% capture connect_with_pyos %}{% include connect-with-pyos.html %}{% endcapture %}
+ {{ connect_with_pyos | markdownify }}
+ {% endif %}
+
{% if page.link %}{% endif %}
-
+
+