We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2597559 commit 19b2334Copy full SHA for 19b2334
1 file changed
_layouts/page.html
@@ -62,6 +62,7 @@ <h1 class="post-title-main">{{ page.title }}</h1>
62
// PREVIOUS BUTTON
63
if (typeof previous == 'undefined'){
64
console.log("disabling previous button")
65
+ $(".previous-button").addClass("hidden")
66
} else if (previous == "#") {
67
previous = $("li.active").prev().find("li").last().find('a').attr('href')
68
$(".previous-button").closest('a').attr('href', previous)
0 commit comments