mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
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:
@@ -45,9 +45,13 @@
|
|||||||
</style>
|
</style>
|
||||||
</div>
|
</div>
|
||||||
{% break %}
|
{% break %}
|
||||||
|
{% assign break = true %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if break == true %}
|
||||||
|
{% break %}
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user