document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <b:if cond=\'data:post.authorAboutMe\'>
  2.   <div class=\'author-profile\' itemprop=\'author\' itemscope=\'itemscope\' itemtype=\'http://schema.org/Person\'>
  3.     <b:if cond=\'data:post.authorPhoto.url\'>
  4.       <img expr:src=\'data:post.authorPhoto.url\' itemprop=\'image\' width=\'50px\'/>
  5.     </b:if>
  6.     <div>
  7.       <a class=\'g-profile\' expr:href=\'data:post.authorProfileUrl\' itemprop=\'url\' rel=\'author\' title=\'author profile\'>
  8.         <span itemprop=\'name\'><data:post.author/></span>
  9.       </a>
  10.     </div>
  11.     <span itemprop=\'description\'><data:post.authorAboutMe/></span>
  12.   </div>
  13. </b:if>
');