File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,10 @@ robdodson:
21
21
web : http://robdodson.me
22
22
twitter : rob_dodson
23
23
github : robdodson
24
+
25
+ alice :
26
+ full_name : Alice Boxhall
27
+ gplus : 111975973972817482025
28
+ profile_pic : https://lh5.googleusercontent.com/-nS21Q4tD1R4/AAAAAAAAAAI/AAAAAAAAAp4/ixMudlaPGDs/s40-c/photo.jpg
29
+ twitter : sundress
30
+ github : alice
Original file line number Diff line number Diff line change 1
1
{% assign author = site.data.authors[page.article.author] %}
2
+ {% assign collaborator = site.data.authors[page.article.collaborator] %}
2
3
{% assign article = page.article %}
3
4
4
5
{% assign pubdate = article.published | date: "%Y-%m-%d" %}
13
14
<!-- <a href="https://plus.google.com/{{author.gplus}}?rel=author" target="blank_"></a> -->
14
15
< a href ="https://plus.google.com/{{author.gplus}}?rel=author " target ="blank_ "> </ a >
15
16
16
- By < a href ="https://plus.google.com/{{author.gplus}} " target ="blank_ "> {{author.full_name}}</ a > < br >
17
+ {% if article.collaborator %}
18
+ < a href ="https://plus.google.com/{{collaborator.gplus}}?rel=author " target ="blank_ "> </ a >
19
+ {% endif %}
20
+
21
+ By < a href ="https://plus.google.com/{{author.gplus}} " target ="blank_ "> {{author.full_name}}</ a > {% if article.collaborator %} and < a href ="https://plus.google.com/{{collaborator.gplus}} " target ="blank_ "> {{collaborator.full_name}}</ a > {% endif %}< br >
17
22
Published < time pubdate datetime ="{{pubdate}} "> {{article.published | date: "%B %d, %Y"}}</ time >
18
23
{% if article.updated %}
19
24
(updated < time datetime ="{{updated}} "> {{article.updated | date: "%B %d, %Y"}}</ time > )
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ title: "Accessible Web Components - Part 1"
7
7
subtitle : Improving the accessibility of Web Components
8
8
9
9
article :
10
- author : addyosmani
10
+ author : alice
11
+ collaborator : addyosmani
11
12
published : 2014-02-04
12
13
polymer_version : 0.2.2
13
14
description : Techniques for making Web Components accessible
You can’t perform that action at this time.
0 commit comments