Adjusts parenthesis in template to be consistent

This commit is contained in:
oemel09 2021-04-09 08:07:37 +02:00
parent fdb0c0acb3
commit acdcdc55bc

View File

@ -13,7 +13,7 @@
<div class="newsfeed-title bright medium light{{ ' no-wrap' if not config.wrapTitle }}"> <div class="newsfeed-title bright medium light{{ ' no-wrap' if not config.wrapTitle }}">
{{ title }} {{ title }}
</div> </div>
{% if (config.showDescription) %} {% if config.showDescription %}
<div class="newsfeed-desc small light{{ ' no-wrap' if not config.wrapDescription }}"> <div class="newsfeed-desc small light{{ ' no-wrap' if not config.wrapDescription }}">
{% if config.truncDescription %} {% if config.truncDescription %}
{{ description | truncate(config.lengthDescription) }} {{ description | truncate(config.lengthDescription) }}