add no_AI badges

This commit is contained in:
2025-04-11 17:54:21 +02:00
parent bd29e0d37d
commit 381be3e54a
5 changed files with 53 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
<article class="post">
<h2>{{ page.title }}</h2>
<div class="meta">
<img class="badge" src="{{ url('theme://images/no_ai_badge.svg') }}">
<p>{{ page.date|date("d.m.Y H:i") }}{% if config.plugins.readingtime.enabled %}&nbsp;|&nbsp;{{ page.content|readingtime }}{% endif %}</p>
<p>{{ theme_config.blog.tags_title|raw }}: {% for tag in page.taxonomy.tag %}<a href="{{ theme_config.blog.slug }}/tag:{{tag}}">{{ tag }}</a>&ensp;{% endfor %}</p>
{% if page.taxonomy.series %}