Skip to content

Commit

Permalink
Update post.html.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danpros committed Apr 29, 2024
1 parent 2ab8336 commit bef172a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="clear"></div>

<div class="author-bio">
<div class="bio-avatar"><img alt="<?php echo $author->name;?>" src="<?php echo theme_path();?>img/avatar.png"></div>
<div class="bio-avatar"><img alt="<?php echo $author->name;?>" src="<?php echo $author->avatar;?>"></div>
<p class="bio-name"><?php echo $author->name;?></p>
<div class="bio-desc"><?php echo $author->about;?></div>
<div class="clear"></div>
Expand Down

0 comments on commit bef172a

Please sign in to comment.