1. Styled pagination for blog index
2. Fixed Newer pagination link on page 2 3. Improved sidebar section breakdown on collapse 4. Removed sharing links from the blog index page (moved to pages) 5. Improved styling for metadata on the blog index 6. Moved /blog/archives.html to /blog/archives/index.html 7. Improved responsive layout styling bugs
This commit is contained in:
parent
b0921c1e27
commit
87f300b2bc
12 changed files with 62 additions and 45 deletions
|
@ -9,7 +9,7 @@ function getNav(){
|
|||
});
|
||||
}
|
||||
function addSidebarToggler() {
|
||||
$('#content').prepend('<a href="#" class="toggle-sidebar">»</a>');
|
||||
$('#content').append('<a href="#" class="toggle-sidebar">»</a>');
|
||||
$('.toggle-sidebar').bind('click', function(e){
|
||||
e.preventDefault();
|
||||
if($('body').hasClass('collapse-sidebar')){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue