mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
8 lines
230 B
PHP
8 lines
230 B
PHP
<div>
|
|
<h3>Latest News</h3>
|
|
<ul class="no-style">
|
|
<?php foreach($posts as $post): ?>
|
|
<li><a href="<?php echo $post->getRelativeUrl() ?>"><?php echo $post->getTitle() ?></a></li>
|
|
<?php endforeach ?>
|
|
</ul>
|
|
</div>
|