{{ page.content | safe }}
{% if page.extra.reddit or page.extra.twitter %}
{% if page.extra.reddit %}
Discuss on Reddit
{% endif %}
{% if page.extra.twitter %}
Twitter
{% endif %}
{% if page.extra.bluesky %}
Bluesky
{% endif %}
{% endif %}
{%- if not page.summary -%}
{{ throw(message = "------------------------------------------------------------> ARTICLE HAS NO SUMMARY! After the first paragraph (or two short ones), a `` comment must be inserted in the markdown. Otherwise the blog page would be missing its preview text." | safe) }}
{%- endif -%}
{%- endblock content -%}