Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
no-arbitrage authored Nov 19, 2024
1 parent 9b63256 commit f275e4c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'" -%}
Expand All @@ -42,9 +42,12 @@
{%- endif -%}
</div>
{%- endif -%}

{%- assign result = hidden | where_exp: "item", "item == 'related_posts'" -%}
{%- if result.size == 0 -%}

{% include share-buttons.html %}

<div class="post-related">
<div>Related Articles</div>
<ul>
Expand Down

0 comments on commit f275e4c

Please sign in to comment.