1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 02:41:27 +02:00

Flextype Default theme: about template fixes #117

This commit is contained in:
Awilum
2019-06-11 14:17:52 +03:00
parent 3ffd481f3e
commit 629bdf0012

View File

@@ -2,5 +2,5 @@
{% block content %}
{{ entry.content|shortcode|raw}}
<img src="image/{{ entry.slug }}/{{ entry.image }}?w=670&dpr=2" alt="">
<img src="/image/{{ entry.slug }}/{{ entry.image }}?w=670&dpr=2" alt="">
{% endblock %}