Skip to content

Commit

Permalink
Still need the loop - even if to only match one thing
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Mar 30, 2016
1 parent 46d4540 commit ebe6e4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions root/inc/author-pic.html
Expand Up @@ -32,6 +32,9 @@
<a rel="author" href="/author/<% author.pauseid %>"><% author.pauseid %></a>
</strong>
<span title="<% author.asciiname %>"><% author.name %></span>
<%-
FOREACH p IN author.profile;
-%>
<% IF p.name == "googleplus" %>
<a rel="author" href="<% profiles.${p.name}.url.replace('%s', p.id) %>?rel=author" target="_blank" title="<% p.name %> - <% p.id%>" style="display: none;">
<img src="/static/images/profile/<% p.name %>.png" width=16 height=16 alt="<% p.name %>">
Expand Down

0 comments on commit ebe6e4b

Please sign in to comment.