mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 22:16:23 +05:30
Changes
Make HTMLy more flexibel.
This commit is contained in:
parent
c7bf485275
commit
095cfee286
17 changed files with 329 additions and 194 deletions
|
|
@ -4,7 +4,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 $name ?></h1>
|
||||
<div class="bio" itemprop="description"><?php echo $bio ?></div>
|
||||
<div class="bio" itemprop="description"><?php echo $about ?></div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="post-index">Posts by this author</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue