Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
fix(pages): fix avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
TigerBeanst committed Feb 4, 2018
1 parent 0fb8a61 commit 77145f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion page.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<p class="article-headline-p"><?php the_title();?></p></div>
<div class="mdl-color-text--grey-700 mdl-card__supporting-text meta">
<div id="author-avatar">
<img src="<?php echo bloginfo('template_url');?>/img/avatar.png" width="44px" height="44px" alt="Author Avatar"></div>
<?php echo get_avatar(1,44,avatar); ?></div>
<div>
<div>
<strong><?php the_author(); ?></strong>
<span><?php the_time('M d, Y')?></span></div>
Expand Down

0 comments on commit 77145f8

Please sign in to comment.