File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,20 @@ <h1>{{ page.title }}</h1>
8
8
{% if author %}
9
9
- < a href ="{{ author.url }} "> {{ author.name }}</ a >
10
10
{% endif %}
11
- </ p >
11
+ </ p >
12
+
13
+ < p > </ p >
14
+ {% if page.co-authors %}
15
+ {% for co-author in page.co-authors %}
16
+ {% if forloop.first %}
17
+ co-authors: {{ co-author }}
18
+ {% else %}
19
+ ,{{ co-author }}
20
+ {% endif %}
21
+ {% endfor %}
22
+ {% endif %}
23
+ </ p>
24
+
12
25
< br >
13
26
14
27
{{ content }}
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ <h1>Members</h1>
6
6
7
7
< ul >
8
8
{% for author in site.authors %}
9
- < li >
10
- < h2 > < a href ="{{ author.url }} "> {{ author.name }}</ a > </ h2 >
11
- < h3 > {{ author.position }}</ h3 >
12
- < p > {{ author.content | markdownify }}</ p >
13
- </ li >
9
+ < li >
10
+ < h2 > < a href ="{{ author.url }} "> {{ author.name }}</ a > </ h2 >
11
+ < h3 > {{ author.position }}</ h3 >
12
+ < p > {{ author.content | markdownify }}</ p >
13
+ </ li >
14
14
{% endfor %}
15
- </ ul >
15
+ </ ul >
You can’t perform that action at this time.
0 commit comments