This repository has been archived by the owner on May 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathauthor.hbs
60 lines (53 loc) · 2.73 KB
/
author.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{{!< default}}
<div class="array-item indentation-container">
<span class="attribute">"author"</span><span class="control inline">:</span>
<span class="control inline">{</span><div class="row indentation-content">
<div class="indentation indentation-toggle">
<div class="indentation-line"></div>
</div>
<div class="col-xs-12 col-sm-10 col-md-10 col-lg-10 col-xs-offset-0 col-sm-offset-1 col-md-offset-1 col-lg-offset-1">
{{#author}}
<div class="array-item">
<span class="attribute">"name"</span><span class="control inline">:</span>
<span class="value">"<a href="{{@blog.url}}{{url}}rss/">{{name}}</a>"</span><span class="control inline">,</span>
</div>
{{#if bio}}
<div class="array-item indentation-container">
<span class="attribute">"bio"</span><span class="control inline">:</span>
<span class="value">"</span><div class="row indentation-content">
<div class="indentation indentation-toggle">
<div class="indentation-line"></div>
</div>
<div class="col-xs-12 col-sm-10 col-md-10 col-lg-10 col-xs-offset-0 col-sm-offset-1 col-md-offset-1 col-lg-offset-1">
{{bio}}
</div>
</div><span class="indentation-ellipsis indentation-toggle">...</span><span class="value">"</span><span class="control inline">,</span>
</div>
{{/if}}
{{#if location}}
<div class="array-item">
<span class="attribute">"location"</span><span class="control inline">:</span>
<span class="value">"{{location}}"</span><span class="control inline">,</span>
</div>
{{/if}}
{{#if website}}
<div class="array-item">
<span class="attribute">"website"</span><span class="control inline">:</span>
<span class="value">"<a href="{{website}}">{{website}}</a>"</span><span class="control inline">,</span>
</div>
{{/if}}
{{/author}}
<div class="array-item indentation-container">
<span class="attribute">"posts"</span><span class="control inline">:</span>
<span class="control inline">[</span><div class="row indentation-content">
<div class="indentation indentation-toggle">
<div class="indentation-line"></div>
</div>
<div class="col-xs-12 col-sm-10 col-md-10 col-lg-10 col-xs-offset-0 col-sm-offset-1 col-md-offset-1 col-lg-offset-1">
{{> "post"}}
</div>
</div><span class="indentation-ellipsis indentation-toggle">...</span><span class="control inline">]</span><span class="control inline">,</span>
</div>
</div>
</div><span class="indentation-ellipsis indentation-toggle">...</span><span class="control inline">}</span><span class="control inline">,</span>
</div>