diff --git a/content/blog/2024-03-19-hello-world.md b/content/blog/2024-03-19-hello-world.md index 55f34e8..f07c116 100644 --- a/content/blog/2024-03-19-hello-world.md +++ b/content/blog/2024-03-19-hello-world.md @@ -65,4 +65,8 @@ Connect with us on our [Matrix channel at clan.lol](https://matrix.to/#/!djzOHBB Want to see the code? Check it out [on our Gitea](https://git.clan.lol/clan/clan-core) or [on GitHub](https://github.com/clan-lol/clan-core). +Or follow our RSS feed by clicking in the top right corner! + Join us and be part of changing technology for the better, together. + + diff --git a/themes/adidoks/templates/base.html b/themes/adidoks/templates/base.html index 3649743..53b4396 100644 --- a/themes/adidoks/templates/base.html +++ b/themes/adidoks/templates/base.html @@ -29,6 +29,11 @@ {{ macros_head::favicons() }} {% block math %}{{ macros_math::math() }}{% endblock math %} + +{% block rss %} + +{% endblock %} + diff --git a/themes/adidoks/templates/macros/header.html b/themes/adidoks/templates/macros/header.html index d589716..e063692 100644 --- a/themes/adidoks/templates/macros/header.html +++ b/themes/adidoks/templates/macros/header.html @@ -24,6 +24,18 @@ GitHub {% endif %} + + +