| ... | ... | @@ -46,7 +46,7 @@ titlecase: true       # Converts page and post titles to titlecase | 
                    
                | 46 | 46 |   | 
                    
                | 47 | 47 |  # list each of the sidebar modules you want to include, in the order you want them to appear. | 
                    
                | 48 | 48 |  # To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/custom_aside_name.html' | 
                    
                | 49 |  | -default_asides: [ asides/recent_posts.html, custom/asides/category_list.html] | 
                    
                |  | 49 | +default_asides: [ custom/asides/about.html, asides/recent_posts.html, custom/asides/category_list.html] | 
                    
                | 50 | 50 |   | 
                    
                | 51 | 51 |  # Each layout uses the default asides, but they can have their own asides instead. Simply uncomment the lines below | 
                    
                | 52 | 52 |  # and add an array with the asides you want to use. |