This commit is contained in:
afornerot 2019-07-09 16:26:26 +02:00
parent 17592e3a8e
commit 105afbe941
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
<img src="{{feed.image}}" width="100%">
{% endif %}
<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>
{{ feed.description | nl2br }}
</div>