Fix bug with article carousel

If there were multiple, identical authors for two articles, they would 
be shown twice in the carousel
This commit is contained in:
Matthew Grove
2019-03-06 17:44:36 +00:00
parent 92edfae0c3
commit 04a4cd91f0

View File

@@ -45,9 +45,13 @@
</style>
</div>
{% break %}
{% assign break = true %}
{% endif %}
{% endfor %}
{% endif %}
{% if break == true %}
{% break %}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}