Happy New Year!

The ported version of Twenty Fifteen and Twenty Sixteen include with the
package. Maintenance and bugs fixes.
This commit is contained in:
Danang Probo Sayekti 2016-01-01 22:10:52 +07:00
commit a273a4faf7
72 changed files with 17132 additions and 30 deletions

View file

@ -60,9 +60,8 @@
<?php } ?>
<div class="teaser-body" itemprop="articleBody">
<?php echo get_thumbnail($p->body) ?>
<p><?php echo get_teaser($p->body) ?>
<?php if (config('teaser.type') === 'trimmed'):?> ... <a href="<?php echo $p->url;?>#more">more</a><?php endif;?>
</p>
<?php echo get_teaser($p->body, $p->url) ?>
<?php if (config('teaser.type') === 'trimmed'):?><a href="<?php echo $p->url;?>#more">Read more</a><?php endif;?>
</div>
</div>
</div>