Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
joejenett committed Oct 5, 2024
1 parent 768dc44 commit 668573b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h1 class="post-title p-name entry-title" style="margin-top:18px;" itemprop="nam
});
});
</script>
<div id="result2" style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;"></div>
<div id="result2"></div>

<script>
$().ready(function(){
Expand All @@ -137,7 +137,7 @@ <h1 class="post-title p-name entry-title" style="margin-top:18px;" itemprop="nam
});
});
</script>
<div id="result" style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;"></div>
<div id="result"></div>

{%- if page.comments == true -%}
<div id="comments-intro">
Expand Down

0 comments on commit 668573b

Please sign in to comment.