Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rajucs/300b48d473e6188a8e5a318fd691c2f1 to your computer and use it in GitHub Desktop.

Select an option

Save rajucs/300b48d473e6188a8e5a318fd691c2f1 to your computer and use it in GitHub Desktop.
To display author name with user icon add the following code to your xml file.
<i class='fa fa-user'/>
<a class='g-profile' expr:href='data:post.authorProfileUrl' expr:title='data:post.author' rel='author'>
<span itemprop='name'><data:post.author/></span>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment