mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 12:36:23 +05:30
Better templating
Move the more link to template directly so we can modify the text without changing any functions.
This commit is contained in:
parent
d1f803c3a7
commit
d6f2c67ae4
4 changed files with 44 additions and 44 deletions
|
|
@ -36,7 +36,7 @@
|
|||
<?php } ?>
|
||||
<div class="teaser-body" itemprop="articleBody">
|
||||
<?php echo get_thumbnail($p->body) ?>
|
||||
<?php echo get_teaser($p->body, $p->url) ?>
|
||||
<p><?php echo get_teaser($p->body) ?>... <a href="<?php echo $p->url;?>#more">more</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue