Skip to content

Instantly share code, notes, and snippets.

@NuarHaruha
Created November 9, 2011 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NuarHaruha/1351216 to your computer and use it in GitHub Desktop.
Save NuarHaruha/1351216 to your computer and use it in GitHub Desktop.
Make authors link clickable — Blogger/Blogspot template code
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<b:if cond='data:post.author == &quot;Sri Mersing&quot;'>
<a class='url ext' rel='me' expr:title='data:post.author' href='http://www.blogger.com/profile/16227258769762267247'><span class='fn'><data:post.author/></span></a>
<b:else/>
<b:if cond='data:post.author == &quot;Jun Kazama&quot;'>
<a class='url ext plus-g' rel='me' expr:title='data:post.author' href='http://plus.google.com/u/0/101073545260105457487/'><span class='fn'><data:post.author/></span></a>
<b:else/>
<b:if cond='data:post.author == &quot;Nuar Haruha&quot;'>
<a class='url ext plus-g' rel='me' expr:title='data:post.author' href='http://plus.google.com/u/0/102302537150515628584/'><span class='fn'><data:post.author/></span></a>
<b:else/>
<b:if cond='data:post.author == &quot;ninotaziz&quot;'>
<a class='url ext' rel='me' expr:title='data:post.author' href='http://www.blogger.com/profile/06491437553562159354'><span class='fn'><data:post.author/></span></a>
<b:else/>
<span class='fn'><data:post.author/></span>
</b:if>
</b:if>
</b:if>
</b:if>
</b:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment