diff --git a/_layouts/post.html b/_layouts/post.html index 442cfe61..41f075d1 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -22,7 +22,7 @@ {%- if banner == nil and result.size == 0 -%} {%- include views/post-header.html -%} {%- endif -%} - + {% include share-buttons.html %} {%- include views/article.html -%} {%- assign result = hidden | where_exp: "item", "item == 'navigator'" -%} @@ -42,9 +42,12 @@ {%- endif -%} {%- endif -%} - + {%- assign result = hidden | where_exp: "item", "item == 'related_posts'" -%} {%- if result.size == 0 -%} + + {% include share-buttons.html %} +
Related Articles