add alt-text to no_AI badge
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<article class="post">
|
<article class="post">
|
||||||
<h2>{{ page.title }}</h2>
|
<h2>{{ page.title }}</h2>
|
||||||
<div class="meta">
|
<div class="meta">
|
||||||
<img class="badge" src="{{ url('theme://images/no_ai_badge.svg') }}">
|
<img class="badge" alt="Stworzone przez człowieka" src="{{ url('theme://images/no_ai_badge.svg') }}">
|
||||||
<p>{{ page.date|date("d.m.Y H:i") }}{% if config.plugins.readingtime.enabled %} | {{ page.content|readingtime }}{% endif %}</p>
|
<p>{{ page.date|date("d.m.Y H:i") }}{% if config.plugins.readingtime.enabled %} | {{ 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> {% endfor %}</p>
|
<p>{{ theme_config.blog.tags_title|raw }}: {% for tag in page.taxonomy.tag %}<a href="{{ theme_config.blog.slug }}/tag:{{tag}}">{{ tag }}</a> {% endfor %}</p>
|
||||||
{% if page.taxonomy.series %}
|
{% if page.taxonomy.series %}
|
||||||
|
|||||||
Reference in New Issue
Block a user