Browse code

added github asides to the default asides list

Brandon Mathis authored on 03/09/2011 at 14:59:56
Showing 1 changed files
... ...
@@ -36,7 +36,7 @@ excerpt_link: "Read on →"  # "Continue reading" link text at the bottom of
36 36
 
37 37
 # list each of the sidebar modules you want to include, in the order you want them to appear.
38 38
 # To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/custom_aside_name.html'
39
-default_asides: [asides/recent_posts.html, asides/twitter.html, asides/delicious.html, asides/pinboard.html]
39
+default_asides: [asides/recent_posts.html, asides/github.html, asides/twitter.html, asides/delicious.html, asides/pinboard.html]
40 40
 
41 41
 # Each layout uses the default asides, but they can have their own asides instead. Simply uncomment the lines below
42 42
 # and add an array with the asides you want to use.