We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6900d9f commit 4f590e2Copy full SHA for 4f590e2
_includes/post-nav.html
@@ -9,10 +9,10 @@
9
<p>{{ page.previous.title }}</p>
10
</a>
11
{% else %}
12
- <span class="btn btn-outline-primary disabled"
+ <div class="btn btn-outline-primary disabled"
13
prompt="{{ site.data.locales[lang].post.button.previous }}">
14
<p>-</p>
15
- </span>
+ </div>
16
{% endif %}
17
18
{% if page.next.url %}
@@ -21,10 +21,10 @@
21
<p>{{ page.next.title }}</p>
22
23
24
25
prompt="{{ site.data.locales[lang].post.button.next }}">
26
27
28
29
30
</div>
0 commit comments