Skip to content

Commit

Permalink
Added about page fix
Browse files Browse the repository at this point in the history
  • Loading branch information
max-holland committed May 25, 2014
1 parent 655a67c commit 43e1f9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
</div>
<article class="post hide-post about-page-post static-page-post" id="{{id}}">
<header>
<img src="{{author.image}}">
<div class="about-profile-img">
<img src="{{author.image}}">
</div>
<h2 itemprop="name">{{{title}}}</h2>
</header>
<section class="post-text">
Expand Down

0 comments on commit 43e1f9b

Please sign in to comment.