Skip to content

Commit

Permalink
fix: p is not allowed in span
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakKemble committed Apr 14, 2022
1 parent 6900d9f commit 4f590e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/post-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<p>{{ page.previous.title }}</p>
</a>
{% else %}
<span class="btn btn-outline-primary disabled"
<div class="btn btn-outline-primary disabled"
prompt="{{ site.data.locales[lang].post.button.previous }}">
<p>-</p>
</span>
</div>
{% endif %}

{% if page.next.url %}
Expand All @@ -21,10 +21,10 @@
<p>{{ page.next.title }}</p>
</a>
{% else %}
<span class="btn btn-outline-primary disabled"
<div class="btn btn-outline-primary disabled"
prompt="{{ site.data.locales[lang].post.button.next }}">
<p>-</p>
</span>
</div>
{% endif %}

</div>

0 comments on commit 4f590e2

Please sign in to comment.