mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
Update themes
This commit is contained in:
parent
2a64d44302
commit
8dceae2b96
7 changed files with 6 additions and 6 deletions
|
|
@ -46,7 +46,7 @@
|
|||
<?php } ?>
|
||||
<div class="entry-content">
|
||||
<?php echo get_teaser($p->body, $p->url); ?>
|
||||
<?php if (config('teaser.type') === 'trimmed'):?><a class="more-link" href="<?php echo $p->url; ?>">Continue reading</a><?php endif;?>
|
||||
<?php if (config('teaser.type') === 'trimmed'):?><a class="more-link" href="<?php echo $p->url; ?>"><?php echo config('read.more'); ?></a><?php endif;?>
|
||||
</div>
|
||||
<footer class="entry-footer">
|
||||
<span class="posted-on">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue