Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roryg/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRory Gibson <rg.rorygibson@gmail.com>2014-08-14 17:05:40 +0400
committerRory Gibson <rg.rorygibson@gmail.com>2014-08-14 17:05:40 +0400
commit8f1c1e17dd8a1e404e860a00affd92c1ceb7b11e (patch)
treeba8e33b008982ebbbab2ec9bfbd6e8e51fb196ca /author.hbs
parent078635a8c0efc8e3bf523dff0a0e0367845681ff (diff)
Fixed author avatar display
Diffstat (limited to 'author.hbs')
-rw-r--r--author.hbs10
1 files changed, 6 insertions, 4 deletions
diff --git a/author.hbs b/author.hbs
index 8f0daac..e162159 100644
--- a/author.hbs
+++ b/author.hbs
@@ -3,11 +3,13 @@
<div class="container">
<section class="author-profile">
{{#author}}
- {{#if image}}
- <img class="author-avatar" src="{{image}}" width="80" height="80" alt="{{name}}">
- {{/if}}
+ <div class="author-heading">
+ {{#if image}}
+ <img class="author-avatar" src="{{image}}" width="50" height="50" alt="{{name}}">
+ {{/if}}
- <h1 class="author-name page-title">{{name}}</h1>
+ <h1 class="author-name">{{name}}</h1>
+ </div>
<div class="author-meta">
<span><i class="fa fa-bar-chart-o"></i> {{plural ../pagination.total empty='No posts' singular='% post' plural='% posts'}}</span>