1
0
Fork 0

image tag fix

This commit is contained in:
Matthias Kretschmann 2013-11-21 23:40:41 +01:00
parent 52ddf17559
commit 55e7e28f36
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ description: 'Blog of designer & developer Matthias Kretschmann'
<a href="{{ post.url }}">
<img class="teaser"
src="/media/640/{{ post.image }}"
srcset="/media/1280/{{ post.image }} 2x"> />
srcset="/media/1280/{{ post.image }} 2x" />
</a>
{% endif %}