mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56: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 }}">
|
<a href="{{ post.url }}">
|
||||||
<img class="teaser"
|
<img class="teaser"
|
||||||
src="/media/640/{{ post.image }}"
|
src="/media/640/{{ post.image }}"
|
||||||
srcset="/media/1280/{{ post.image }} 2x"> />
|
srcset="/media/1280/{{ post.image }} 2x" />
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user