Skip to content

Commit e0e5b23

Browse files
committed
Merge pull request #1050 from ioncache/master
Adds a hidden google plus image below the author picture
2 parents 5ae21ad + 54aa629 commit e0e5b23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

root/inc/author-pic.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
width="110" height="20"
1212
src="https://api.coderwall.com/<% p.id %>/endorsecount.png" /></a></div>
1313
<% END %>
14+
<% IF p.name == "googleplus" %>
15+
<a rel="author" href="<% profiles.${p.name}.url.replace('%s', p.id) %>?rel=author" target="_blank" title="<% p.name %> - <% p.id%>" style="display: none;">
16+
<img src="/static/images/profile/<% p.name %>.png" width=16 height=16 alt="<% p.name %>">
17+
</a>
18+
<% END %>
1419
<% END %>
1520
</div>

0 commit comments

Comments
 (0)