diff --git a/_includes/related_posts.liquid b/_includes/related_posts.liquid index f695201..7531f17 100644 --- a/_includes/related_posts.liquid +++ b/_includes/related_posts.liquid @@ -13,7 +13,16 @@ {% endunless %}
  • - {{ post.title }} + {% if post.redirect == blank %} + {{ post.title }} + {% elsif post.redirect contains '://' %} + {{ post.title }} + + + + {% else %} + {{ post.title }} + {% endif %}
  • {% endfor %} {% if site.newsletter.enabled and site.footer_fixed %}