fix newsreader template

This commit is contained in:
Sam Detweiler
2021-03-24 15:06:12 -05:00
parent 20a87656ff
commit e67dc38890
2 changed files with 3 additions and 2 deletions

View File

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