summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index f5a318a..62319be 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -42,7 +42,7 @@
<span class="source">
<a target="_blank" href="{{entry.comic.url}}">Originalseite</a>
</span><br />
- <img src="{{ entry.path }}" {%- if entry.alt -%} title="{{entry.alt|safe}}" {%- endif -%} />
+ <img src="{{ entry.path }}" alt="{{ entry.comic.name }} Comic vom {{date.day}}.{{date.month}}.{{date.year}}" {% if entry.alt -%} title="{{entry.alt|safe}}" {%- endif -%}>
{%- if entry.title %}
<br />