Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Use blog title and author's name by default on main page.
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Aug 14, 2015
1 parent 78603e5 commit 7ffad11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions partials/aside.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
{{#if @blog.logo}}
<a id="avatar-link" title="link to homepage for {{@blog.title}}" href="{{@blog.url}}/#open">
<img src="{{@blog.logo}}" alt="{{@blog.title}} avatar" class="profile avatar hvr-buzz-out" />
<h1>Kiko Beats</h1>
<h3 id="profile-resume">Software Engineer</h3>
<h1>{{@blog.title}}</h1>
{{#author}}
<h3 id="profile-resume">{{name}}</h3>
{{/author}}
</a>
{{/if}}

Expand Down

0 comments on commit 7ffad11

Please sign in to comment.