{% import "macros.html" as macros %} {% extends "layout.html" %} {% block title %}{{ page.title }} - {{ config.title }}{% endblock %} {% block metadata %} {% if page.colocated_path %} {% set cover_path = "/" ~ page.colocated_path ~ "cover.jpg" %} {% if cover_path in page.assets %} {% set cover_url = get_url(path=cover_path) %} {% else %} {% endif %} {% else %} {% endif %} {% endblock %} {% block body %}

👨‍💻 {{ config.title }}

{{ page.title }}

{% if page.date %}
{%- if page.extra.updated %}
·updated
{% endif %}
{% endif %}
{{ page.content | replace(from="", to=macros::toc(page=page)) | safe }}

Stay in touch!

Follow me on the Fediverse, subscribe to the feed, or send me an email.

{% endblock %}