htmly/themes/clean/static.html.php
Danang Probo Sayekti 7de2b1b744 Templating Improvements
Move the title, description, and canonical from the head_contents for
better templating. Eg. for Twitter Card or OG.
2015-07-12 11:28:38 +07:00

12 lines
No EOL
518 B
PHP

<?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>