mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 13:36:22 +05:30
Styling the blog theme
This commit is contained in:
parent
1257fa0e30
commit
14df75d6e4
6 changed files with 58 additions and 57 deletions
|
|
@ -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); } ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue