Styling the blog theme

This commit is contained in:
Danang Probo Sayekti 2015-07-30 11:13:00 +07:00
commit 14df75d6e4
6 changed files with 58 additions and 57 deletions

View file

@ -1,7 +1,7 @@
<?php if (!empty($breadcrumb)): ?>
<div class="breadcrumb"><?php echo $breadcrumb ?></div>
<?php endif; ?>
<section class="post section" itemprop="blogPost" itemscope="itemscope" itemtype="http://schema.org/BlogPosting">
<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); } ?>