diff --git a/_layouts/default.html b/_layouts/default.html
index f3e57fe64cfce4c5ecc4c3c9a011e65bc7bfca14..f3af60656711cdabfd4414d16ab0b6d9f8401c0d 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -25,21 +25,19 @@
 		<div class="container">
 
 			<div class="col-sm-3">
-				<h1>{{ site.name }}</h1>
-				<img id="about" src="{{ site.baseurl }}/img/avatar.jpg" height="75px" width="75px" /><br />	
-
+				<img id="about" src="{{ site.baseurl }}/img/avatar.jpg" height="75px" width="75px" />
+                <h1 class="author-name">{{ site.name }}</h1>
+                {% if site.about %}
+                <div id="about">
+                    {{ site.about }}
+                </div>
+                {% endif %}
+                <hr />
 				<strong>Navigation</strong><br />
 				<a href="{{ site.baseurl }}/">home</a> <br />
 				{% for i in site.urls %}
-					<a class="about" href="{{ i.url }}">{{ i.text }}</a><br />
+					&raquo; <a class="about" href="{{ i.url }}">{{ i.text }}</a><br />
 				{% endfor %}
-				
-				{% if site.about %}
-				<div id="about">
-					<strong>About</strong><br />
-					{{ site.about }}
-				</div>
-				{% endif %}
 			</div>
 
 			<div class="col-sm-8 col-offset-1">