mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 12:36:23 +05:30
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:
parent
767d43dbd0
commit
a273a4faf7
72 changed files with 17132 additions and 30 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue