{% assign have_related_posts = false %}
{% for post in site.related_posts | limit: site.related_blog_posts.max_related %}
{% unless have_related_posts %}
{% assign have_related_posts = true %}
Here are some more articles you might like to read next:
{% endunless %}Subscribe to be notified of future articles:
{% include scripts/newsletter.liquid left=true %} {% endif %}