Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
verityj authored Jun 22, 2023
1 parent e4746c3 commit 469570a
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,17 @@ <h6>
</h6>
{{ content }}

<hr /> <!-- separate with a line -->

<div class="Previous-next">
{% if page.previous.url %}
<a class="previous-post" href="{{page.previous.url}}">&laquo; {{page.previous.title}}</a>
{% endif %}
{% if page.next.url %}
<a class="next-post" href="{{page.next.url}}">{{page.next.title}} &raquo;</a>
{% endif %}
</div>

<h4>
</h4>

<script src="https://nocomment.fiatjaf.com/embed.js" id="nocomment"></script>
<hr /> <!-- separate with a line -->

<div class="Previous-next">
{% if page.previous.url %}
<a class="previous-post" href="{{page.previous.url}}">&laquo; {{page.previous.title}}</a>
{% endif %}
{% if page.next.url %}
<a class="next-post" href="{{page.next.url}}">{{page.next.title}} &raquo;</a>
{% endif %}
</div>

</section>

<!-- created section instead of <div class="post"> -->

0 comments on commit 469570a

Please sign in to comment.