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 mobile nav bar (
closes
#53
)
pull/59/head
jrtechs
5 years ago
parent
f7d8072a41
commit
d36bfe8f54
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
templates/blog/blogMain.html
+ 2
- 2
templates/blog/blogMain.html
View File
@ -32,7 +32,7 @@
<
br
>
<
br
>
{/for}
<
div
class
=
"row"
>
<
div
class
=
"col-6"
>
<
div
class
=
"col-6
col
"
>
{if newPostsURL}
<
button
class
=
"btn btn-secondary btn-l"
onclick
=
"location.href='{newPostsURL}'"
>
<
b
>
Older Posts
»
<
/
b
>
@ -52,7 +52,7 @@
<
/
div
>
<
br
>
<
/
div
>
<
div
class
=
"col-md-4 col-
4
"
>
<
div
class
=
"col-md-4 col-
12
"
>
{>sideBar}
<
/
div
>
<
/
div
>
Write
Preview
Loading…
Cancel
Save