From aa812bfdcdec713445e0f0965e30befefaaf3eab Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Tue, 18 Nov 2025 12:27:55 -0700 Subject: [PATCH] enh: add contact footer as include to every blog post --- _layouts/single.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 %}
{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}
{% endif %} - + +