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:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user