--- layout: main/content articleElement: true --- {% set currentUrl %}{{ page.url }}{% endset %}

To get notified of the updates on this website, you can subscribe to the {{ sitemeta.siteName }} RSS feed, which contains new articles, blog posts and website changelogs.

{{ content | safe }} {%- css %} .changelog__nav, .changelog__nav--links { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .changelog__nav { flex-direction: column; gap: 0.2em; align-self: center; font-weight: 700; gap: 0.5em; } .changelog__nav--links li { text-align: center; align-self: center; } .changelog__nav--links [aria-current="page"] { text-decoration: none; color: var(--clr-bold-txt); } @media (min-width: 640px) { .changelog__nav { flex-direction: row; gap: 1em; } } {% endcss %}