Repository: incubator-gossip Updated Branches: refs/heads/asf-site 878676f98 -> 084362e46 refs/heads/site-src 7bb1bc314 -> 4c1e2c00b
[GOSSIP-6] Fix the table headers Project: http://git-wip-us.apache.org/repos/asf/incubator-gossip/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gossip/commit/4c1e2c00 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gossip/tree/4c1e2c00 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gossip/diff/4c1e2c00 Branch: refs/heads/site-src Commit: 4c1e2c00b8a493672d6467f7a66811aeadc46e97 Parents: 7bb1bc3 Author: Josh Elser <[email protected]> Authored: Thu Jul 7 11:25:16 2016 -0400 Committer: Josh Elser <[email protected]> Committed: Thu Jul 7 11:25:16 2016 -0400 ---------------------------------------------------------------------- community-members.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/4c1e2c00/community-members.md ---------------------------------------------------------------------- diff --git a/community-members.md b/community-members.md index 5cc232b..802965d 100644 --- a/community-members.md +++ b/community-members.md @@ -29,8 +29,8 @@ limitations under the License. {% if site.data.contributors %} {: .table .table-hover} - | Full Name | Apache ID | GitHub | Role | Affiliation -:- | :-------- | :-------- | :----- | :--- | :---------- + | Full Name | Apache ID | GitHub | Role | Affiliation +:----- | :-------- | :-------- | :----- | :--- | :---------- {% for member in site.data.contributors %}<a href="http://github.com/{{ member.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ member.githubId }}.png{% else %}{{ member.avatar }}{% endunless %}"></a> | {{member.name}} | {{member.apacheId}} | <a href="http://github.com/{{ member.githubId }}">{{ member.githubId }}</a> | {{member.role}} | {{member.org}} {% endfor %} {% endif %}
