--- layout: main/base metadata: type: article eleventyComputed: title: "{{ articleTitle }} | Articles" ---

{{ articleTitle }}

Posted on {{ date | niceDate }} by {{ sitemeta.siteAuthor.name }} {% if updated %} • Updated on {{ updated | niceDate }}

{% endif %}

{{ content | emojiReadTime }}

{% if toc %} {% include "toc.njk" %} {% endif %}
{{ content | safe }}