mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
image tag fix
This commit is contained in:
parent
52ddf17559
commit
55e7e28f36
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user