Browse Source

Update blog theme

pull/189/head
Danang Probo Sayekti 10 years ago
parent
commit
da14246cee
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      themes/blog/profile.html.php
  2. +3
    -0
      themes/blog/static.html.php

+ 3
- 0
themes/blog/profile.html.php View File

@ -1,3 +1,6 @@
<?php if (!empty($breadcrumb)): ?>
<div class="breadcrumb"><?php echo $breadcrumb ?></div>
<?php endif; ?>
<section class="post section">
<div class="section-inner">
<div class="content">


+ 3
- 0
themes/blog/static.html.php View File

@ -1,3 +1,6 @@
<?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">
<div class="section-inner">
<div class="content">


Loading…
Cancel
Save