mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 21:46:22 +05:30
Cleaning up
This commit is contained in:
parent
d1f7d279bd
commit
e2192f774d
20 changed files with 4 additions and 15 deletions
12
themes/readable/static.html.php
Normal file
12
themes/readable/static.html.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php if (!empty($breadcrumb)): ?>
|
||||
<div class="breadcrumb" xmlns:v="http://rdf.data-vocabulary.org/#"><?php echo $breadcrumb ?></div>
|
||||
<?php endif; ?>
|
||||
<?php if (login()) { echo tab($p); } ?>
|
||||
<div class="post" itemprop="blogPost" itemscope="itemscope" itemtype="http://schema.org/BlogPosting">
|
||||
<div class="main">
|
||||
<h1 class="title-post" itemprop="name"><?php echo $p->title ?></h1>
|
||||
<div class="post-body" itemprop="articleBody">
|
||||
<?php echo $p->body; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue