We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ae21ad + 54aa629 commit e0e5b23Copy full SHA for e0e5b23
root/inc/author-pic.html
@@ -11,5 +11,10 @@
11
width="110" height="20"
12
src="https://api.coderwall.com/<% p.id %>/endorsecount.png" /></a></div>
13
<% 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 %>
19
20
</div>
0 commit comments