mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 05:26:22 +05:30
Update profile.html.php
This commit is contained in:
parent
bb83ba8be5
commit
50d813beb4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<div class="profile-wrapper" itemprop="accountablePerson" itemscope="itemscope">
|
||||
<div class="profile" itemtype="http://schema.org/Person" itemscope="itemscope" itemprop="Person">
|
||||
<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>
|
||||
<h2 class="post-index"><?php echo i18n("Post_by_author");?></h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue