Browse Source

Update profile.html.php

pull/674/head
danpros 1 year ago
parent
commit
50d813beb4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      themes/clean/profile.html.php

+ 1
- 1
themes/clean/profile.html.php View File

@ -5,7 +5,7 @@
<div class="profile-wrapper" itemprop="accountablePerson" itemscope="itemscope"> <div class="profile-wrapper" itemprop="accountablePerson" itemscope="itemscope">
<div class="profile" itemtype="http://schema.org/Person" itemscope="itemscope" itemprop="Person"> <div class="profile" itemtype="http://schema.org/Person" itemscope="itemscope" itemprop="Person">
<h1 class="title-post" itemprop="name"><?php echo $author->name ?></h1> <h1 class="title-post" itemprop="name"><?php echo $author->name ?></h1>
<div class="bio" itemprop="description"><?php echo $$author->about ?></div>
<div class="bio" itemprop="description"><?php echo $author->about ?></div>
</div> </div>
</div> </div>
<h2 class="post-index"><?php echo i18n("Post_by_author");?></h2> <h2 class="post-index"><?php echo i18n("Post_by_author");?></h2>


Loading…
Cancel
Save