From f275e4c740c1159058ae5a4bcbbbe15eaebd7f9e Mon Sep 17 00:00:00 2001 From: no-arbitrage <184970492+no-arbitrage@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:07:24 +0000 Subject: [PATCH] Update post.html --- _layouts/post.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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