9 lines
215 B
PHP
9 lines
215 B
PHP
|
|
<!--[single/post-date]-->
|
||
|
|
|
||
|
|
<span class="publication__number" itemprop="datePublished" content="<?= get_the_date("Y-m-d H:i:s"); ?>">
|
||
|
|
|
||
|
|
<?= get_the_date("d.m.Y H:i") ?>
|
||
|
|
|
||
|
|
</span>
|
||
|
|
|
||
|
|
<!--[/single/post-date]-->
|