Skip to content

Commit 402a779

Browse files
committed
Update members layout
remove annotation for github & bitbucket
1 parent 1676255 commit 402a779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/member.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<h2>{{page.name}}</h2>
55
<table>
66
<tr><td>Name</td><td>{{page.name}}</td></tr>
7-
{% if page.github_id %}<tr><td>Github</td><td><a href="http://github.com/{{page.github_id}}">@{{page.github_id}}</a></td></tr>{% endif %}
8-
{% if page.bitbucket_id %}<tr><td>Bitbucket</td><td><a href="http://bitbucket.org/{{page.bitbucket_id}}">@{{page.bitbucket_id}}</a></td></tr>{% endif %}
7+
{% if page.github_id %}<tr><td>Github</td><td><a href="http://github.com/{{page.github_id}}">{{page.github_id}}</a></td></tr>{% endif %}
8+
{% if page.bitbucket_id %}<tr><td>Bitbucket</td><td><a href="http://bitbucket.org/{{page.bitbucket_id}}">{{page.bitbucket_id}}</a></td></tr>{% endif %}
99
{% if page.twitter_id %}<tr><td>Twitter</td><td><a href="http://twitter.com/{{page.twitter_id}}">@{{page.twitter_id}}</a></td></tr>{% endif %}
1010
{% if page.blog %}<tr><td>Blog</td><td><a href="{{page.blog}}">{{page.blog}}</a></td></tr>{% endif %}
1111
{% if page.homepage %}<tr><td>Homepage</td><td><a href="{{page.homepage}}">{{page.homepage}}</a></td></tr>{% endif %}

0 commit comments

Comments
 (0)