mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 20:46:26 +05:30
Maintenance and bugs fixes
This commit is contained in:
parent
e66f84d413
commit
ef62b9e460
24 changed files with 746 additions and 538 deletions
|
|
@ -27,6 +27,12 @@
|
|||
<span class="embed-soundcloud"><iframe width="100%" height="200px" class="embed-responsive-item" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=<?php echo $p->audio;?>&auto_play=false&visual=true"></iframe></span>
|
||||
<?php endif; ?>
|
||||
<?php echo $p->body;?>
|
||||
<hr>
|
||||
<style>.related p {margin-top:0;margin-bottom:0.5em;} .related ul {margin-left:1em;}</style>
|
||||
<div class="related">
|
||||
<p><strong>Related Posts</strong></p>
|
||||
<?php echo get_related($p->related);?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue