This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-NodeJSBlog
mirror of
https://github.com/jrtechs/NodeJSBlog.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fixed large nav bar problem (
closes
#94
)
pull/98/head
jrtechs
4 years ago
parent
b33d82150d
commit
f130163c77
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
blog/renderNextBar.js
+ 4
- 0
blog/renderNextBar.js
View File
@ -56,6 +56,10 @@ module.exports=
var
pages
=
[
]
;
while
(
isValidPage
(
page
,
postsPerPage
,
totalPosts
)
)
{
if
(
page
===
11
)
{
break
;
}
if
(
page
===
currentPage
)
{
pages
.
push
(
{
isCurrent
:
true
,
number
:
page
}
)
Write
Preview
Loading…
Cancel
Save