Add resources

Add any theme resources.
This commit is contained in:
Danang Probo Sayekti
2015-11-21 06:49:39 +07:00
parent cadcd2184a
commit b2bf069cc0
27 changed files with 1920 additions and 1 deletions

11
static.html.php Normal file
View File

@@ -0,0 +1,11 @@
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<?php if (login()) { echo tab($p); } ?>
<?php echo $p->body;?>
</div>
</div>
</div>
</article>