We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd45d09 commit 0c011caCopy full SHA for 0c011ca
_layouts/single.html
@@ -63,8 +63,15 @@ <h2>{{ page.h2 }}</h2>
63
{% endif %}
64
</div>
65
{{ content }}
66
+
67
+ {% if page.path contains '_posts/' %}
68
+ {% capture connect_with_pyos %}{% include connect-with-pyos.html %}{% endcapture %}
69
+ {{ connect_with_pyos | markdownify }}
70
+ {% endif %}
71
72
{% if page.link %}<div><a href="{{ page.link }}" class="btn btn--primary">{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}</a></div>{% endif %}
- </section>
73
74
+ </section>
75
76
<footer class="page__meta">
77
{% if site.data.ui-text[site.locale].meta_label %}
0 commit comments