svg
This commit is contained in:
parent
17592e3a8e
commit
105afbe941
|
@ -99,7 +99,7 @@
|
||||||
<img src="{{feed.image}}" width="100%">
|
<img src="{{feed.image}}" width="100%">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="caption" style="{{ stylecolor }}">
|
<div class="caption" style="{{ stylecolor }}">
|
||||||
<h1 class="grid-preview-title" style="{{ stylewidgetbody }};padding:0px;">{{ feed.title }}</h1>
|
<h1 class="grid-preview-title" style="{{ stylecolor }};padding:0px;">{{ feed.title }}</h1>
|
||||||
<small>le {{ feed.date|date("d/m/Y à H:i") }}</small><br>
|
<small>le {{ feed.date|date("d/m/Y à H:i") }}</small><br>
|
||||||
{{ feed.description | nl2br }}
|
{{ feed.description | nl2br }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue