File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 {% if (config .showSourceTitle and item .sourceTitle ) or config .showPublishDate %}
4141 <div class =" newsfeed-source light small dimmed" >
4242 {% if item .sourceTitle and config .showSourceTitle %}
43- {{ item .sourceTitle }} {% if config .showPublishDate %} ,{% else %} :{% endif %}
43+ {{ item .sourceTitle }} {% if config .showPublishDate %} ,& nbsp ; {% else %} :{% endif %}
4444 {% endif %}
4545 {% if config .showPublishDate %} {{ item .publishDate }} :{% endif %}
4646 </div >
6363 {% if (config .showSourceTitle and sourceTitle ) or config .showPublishDate %}
6464 <div class =" newsfeed-source light small dimmed" >
6565 {% if sourceTitle and config .showSourceTitle %}
66- {{ escapeText (sourceTitle , config .dangerouslyDisableAutoEscaping ) }} {% if config .showPublishDate %} ,{% else %} :{% endif %}
66+ {{ escapeText (sourceTitle , config .dangerouslyDisableAutoEscaping ) }} {% if config .showPublishDate %} ,& nbsp ; {% else %} :{% endif %}
6767 {% endif %}
6868 {% if config .showPublishDate %} {{ publishDate }} :{% endif %}
6969 </div >
You can’t perform that action at this time.
0 commit comments