mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 05:56:22 +05:30
Update themes
This commit is contained in:
parent
cc6a797629
commit
bb83ba8be5
6 changed files with 10 additions and 28 deletions
|
|
@ -4,8 +4,8 @@
|
|||
<?php endif; ?>
|
||||
<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 $name ?></h1>
|
||||
<div class="bio" itemprop="description"><?php echo $about ?></div>
|
||||
<h1 class="title-post" itemprop="name"><?php echo $author->name ?></h1>
|
||||
<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