File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 4
4
<link href =" {{ site.url }}{{ entry.url }}" rel =" alternate" type =" text/html" />
5
5
<title type =" text" >{{ entry.title }}</title >
6
6
{%- for author in entry.authors %}
7
- <author >
8
- {% if author.name %}<name >{{ author.name }}</name >{% elsif author.github %}<name >@{{ author.github }}</name >{% endif %}
9
- {% if author.github %}<uri >https://github.com/{{ author.github }}</uri >{% endif %}
10
- </author >
7
+ <author >
8
+ {% if author.name %}
9
+ <name >{{ author.name }}</name >
10
+ {% elsif author.github %}
11
+ <name >@{{ author.github }}</name >
12
+ {% endif %}
13
+ {% if author.github %}
14
+ <uri >https://github.com/{{ author.github }}</uri >
15
+ {% endif %}
16
+ </author >
11
17
{%- endfor %}
12
18
<published >{{ entry.date | date_to_xmlschema }}</published >
13
19
<updated >{{ entry.last_modified_at | default: post.date | date_to_xmlschema }}</updated >
You can’t perform that action at this time.
0 commit comments