Browse code

Show avatar in sidebar

Cinan Rakosnik authored on 13/10/2013 at 11:59:42
Showing 5 changed files
... ...
@@ -1,4 +1,4 @@
1 1
 <section>
2
-  <h1>About Me</h1>
3
-  <p>A little something about me.</p>
2
+  <br>
3
+  <img src="/images/avatar_side.png" alt="My avatar" title="Yeah, that's me" class="center">
4 4
 </section>
5 5
new file mode 100644
6 6
Binary files /dev/null and b/.themes/mod_classic/source/images/avatar_side.png differ
... ...
@@ -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.
... ...
@@ -1,4 +1,4 @@
1 1
 <section>
2
-  <h1>About Me</h1>
3
-  <p>A little something about me.</p>
2
+  <br>
3
+  <img src="/images/avatar_side.png" alt="My avatar" title="Yeah, that's me" class="center">
4 4
 </section>
5 5
new file mode 100644
6 6
Binary files /dev/null and b/source/images/avatar_side.png differ