htmly/themes/twentyfifteen/static.html.php
Danang Probo Sayekti a273a4faf7 Happy New Year!
The ported version of Twenty Fifteen and Twenty Sixteen include with the
package. Maintenance and bugs fixes.
2016-01-01 22:10:52 +07:00

9 lines
No EOL
282 B
PHP

<article class="page type-page hentry">
<header class="entry-header">
<?php if (login()) { echo tab($p); } ?>
<h1 class="entry-title"><?php echo $p->title ?></h1>
</header>
<div class="entry-content">
<?php echo $p->body; ?>
</div>
</article>