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

Flextype Default theme: about template fixes #117

This commit is contained in:
Awilum
2019-06-11 14:32:14 +03:00
parent 629bdf0012
commit 77fdb38d8f

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="{{ base_url() }}/image/{{ entry.slug }}/{{ entry.image }}?w=670&dpr=2" alt="">
{% endblock %}