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

Commit

Permalink
Revert author in aside (Ghost doesn't provide it for entire blog).
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Aug 14, 2015
1 parent 533f796 commit 9b26637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ var disqus_shortname = 'YOUR_DISQUS_SHORTCUT_HERE';

### Sidebar Name

By default name is automatically taken from blog title, subtitle is set to author's name but hidden and description is obtained from the description of the blog.
By default name is automatically taken from blog title and description is obtained from the description of the blog.

To change this behavior, edit the file `partials/aside.hbs` and change the title to show modifying the `h1` header or subtitle modifying the `h3` header.
If you want to change this behavior or add subtitle (hidden by default), edit the file `partials/aside.hbs` and change the title by modifying the `h1` header or subtitle modifying the `h3` header.

### Colors

Expand Down
4 changes: 1 addition & 3 deletions partials/aside.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
<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>{{@blog.title}}</h1>
{{#author}}
<h3 id="profile-resume">{{name}}</h3>
{{/author}}
<h3 id="profile-resume"></h3>
</a>
{{/if}}

Expand Down

0 comments on commit 9b26637

Please sign in to comment.