diff --git a/css/style.css b/css/style.css index 3c64b30..f4dee26 100644 --- a/css/style.css +++ b/css/style.css @@ -102,6 +102,12 @@ a:hover { font-size: 0.9rem; } +.badge { + min-width: 3rem; + max-width: 10rem; + margin: 0; +} + .highlight { background-color: #fff0a4; color: #17171b; diff --git a/images/no_ai_badge.png b/images/no_ai_badge.png new file mode 100644 index 0000000..85b3d46 Binary files /dev/null and b/images/no_ai_badge.png differ diff --git a/images/no_ai_badge.svg b/images/no_ai_badge.svg new file mode 100644 index 0000000..cc784f5 --- /dev/null +++ b/images/no_ai_badge.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/no_ai_badge@2x.png b/images/no_ai_badge@2x.png new file mode 100644 index 0000000..85e3be6 Binary files /dev/null and b/images/no_ai_badge@2x.png differ diff --git a/templates/post.html.twig b/templates/post.html.twig index f322657..a57da44 100644 --- a/templates/post.html.twig +++ b/templates/post.html.twig @@ -5,6 +5,7 @@

{{ page.title }}

+

{{ page.date|date("d.m.Y H:i") }}{% if config.plugins.readingtime.enabled %} | {{ page.content|readingtime }}{% endif %}

{{ theme_config.blog.tags_title|raw }}: {% for tag in page.taxonomy.tag %}{{ tag }} {% endfor %}

{% if page.taxonomy.series %}