--- layout: layouts/main articleElement: true --- {{ set currentUrl = page.url }}
To get notified of the updates on this website, you can subscribe to its RSS feed, which contains new articles, blog posts and website changelogs.
{{ content }} {{- 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; } } {{ /css }}