Updated Google custom search
[ghost-theme-willow.git] / author.hbs
1 {{!< default}}
2 {{#author}}
3 <div class="c-author-page">
4 {{#if profile_image}}
5 <div class="c-author-page__image">
6 <img class="c-author-page__image__src" src="{{img_url profile_image}}" alt="{{name}}'s Picture"/>
7 </div>
8 {{/if}}
9
10 <h1 class="c-author-page__title">
11 {{name}}
12 </h1>
13
14 {{#if bio}}
15 <h3 class="c-author-page__bio">
16 {{bio}}
17 </h3>
18 {{/if}}
19
20 <div class="c-author-page__meta">
21 {{#if location}}
22 <span class="c-author-page__meta__location">{{location}}</span>
23 {{/if}}
24
25 {{#if location}}
26 {{#if website}}
27 -
28 {{/if}}
29 {{/if}}
30
31 {{#if website}}
32 <span class="c-author-page__meta__website">
33 <a href="{{website}}" target="_blank">{{website}}</a>
34 </span>
35 {{/if}}
36 </div>
37 </div>
38 {{/author}}
39
40 {{> "post-list"}}
41 {{pagination}}