mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
print year on blog posts
This commit is contained in:
parent
a52f2f5372
commit
8bf516d1c6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<?php echo $post->getAuthorName() ?>
|
||||
<?php echo $post->hasAuthor() && $post->hasDate() ? '•' : '' ?>
|
||||
<?php if ($post->hasDate()): ?>
|
||||
<span title="<?php echo $post->getDate()->format('F jS, Y') ?>"><?php echo $post->getDate()->format('M j') ?></span>
|
||||
<span title="<?php echo $post->getDate()->format('F jS, Y') ?>"><?php echo $post->getDate()->format('M j Y') ?></span>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue