File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change 1
1
<div class =" sidebar blog" >
2
- <ul class =" main-menu" >
3
- <% - partial (' partials/main_menu' , { context: ' nav' }) %>
4
- </ul >
5
- <div class =" list" >
6
- <h2 >
7
- Recent Posts
8
- <a href =" <%- url_for(" /atom.xml " ) %>" target =" _blank" style =" vertical-align : middle ; margin-left : 5px " >
9
- <img src =" <%- url_for(" /images /feed.png " ) %>" style =" width :15px ;height :15px " >
10
- </a >
11
- </h2 >
12
- <ul style =" padding :0 " >
13
- <% site .posts .sort (' date' , - 1 ).limit (10 ).each (function (post ) { % >
14
- < li>
15
- < a href= " /<%- post.path %>" class = " sidebar-link<%- page.title === post.title ? ' current' : '' %>" >< %- post .title % >< / a>
16
- < / li>
17
- < % }) %>
2
+ <div class =" sidebar-inner" >
3
+ <ul class =" main-menu" >
4
+ <% - partial (' partials/main_menu' , { context: ' nav' }) %>
18
5
</ul >
6
+ <div class =" list" >
7
+ <h2 >
8
+ Recent Posts
9
+ <a href =" <%- url_for(" /atom.xml " ) %>" target =" _blank" style =" vertical-align : middle ; margin-left : 5px " >
10
+ <img src =" <%- url_for(" /images /feed.png " ) %>" style =" width :15px ;height :15px " >
11
+ </a >
12
+ </h2 >
13
+ <ul style =" padding :0 " >
14
+ <% site .posts .sort (' date' , - 1 ).limit (10 ).each (function (post ) { % >
15
+ < li>
16
+ < a href= " /<%- post.path %>" class = " sidebar-link<%- page.title === post.title ? ' current' : '' %>" >< %- post .title % >< / a>
17
+ < / li>
18
+ < % }) %>
19
+ </ul >
20
+ </div >
19
21
</div >
20
22
</div >
21
23
<div class =" content with-sidebar blog post" >
You can’t perform that action at this time.
0 commit comments