htmly/themes/blog/static.html.php
Danang Probo Sayekti eb8e0ac503 Static frontpage and improvements
Add new config: static.frontpage = "true" to enable the static
frontpage.
2015-11-14 10:10:34 +07:00

16 lines
No EOL
730 B
PHP

<?php if (!empty($breadcrumb)): ?>
<div class="breadcrumb"><?php echo $breadcrumb ?></div>
<?php endif; ?>
<section class="inpage post section" itemprop="blogPost" itemscope="itemscope" itemtype="http://schema.org/BlogPosting">
<div class="section-inner">
<div class="content">
<?php if (login()) { echo tab($p); } ?>
<div class="item">
<h1 class="title" itemprop="headline"><?php echo $p->title;?></h1>
<div class="desc text-left" itemprop="articleBody">
<?php echo $p->body; ?>
</div><!--//desc-->
</div><!--//item-->
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->