diff --git a/slashes.njk b/slashes.njk index ace8fc5..3270a31 100644 --- a/slashes.njk +++ b/slashes.njk @@ -181,6 +181,14 @@ eleventyImport:
Content digest
+TELOS — persönliches Life-OS: Orientierung, Werte, Jahresrahmungen
++ Posts zu meinem persönlichen Life-OS: Orientierung, Werte, Jahresrahmungen, Reflexionen. +
++ Dashboard: telos.giersig.eu + · Aktuelle Rahmung 2026: Vollständiger werden +
+ + {% set telosPosts = [] %} + {% for post in collections.posts %} + {% if post.data.category | categoryMatches("telos") %} + {% set telosPosts = (telosPosts.push(post), telosPosts) %} + {% endif %} + {% endfor %} + + {% if telosPosts.length > 0 %} +{{ telosPosts.length }} post{% if telosPosts.length != 1 %}s{% endif %}
++ {{ post.templateContent | striptags | truncate(250) }} +
+ + View → + +
+ Noch keine Posts mit der Kategorie telos. Posts über Indiekit mit category: telos veröffentlichen.
+