Files
profile/template-parts/micro/post.php
Andrey Kuvshinov 8fc8cbae32 add files
2025-07-09 21:21:17 +03:00

18 lines
398 B
PHP

<!--[micro/post]-->
<link itemprop="mainEntityOfPage" href="<?= get_permalink(); ?>"/>
<meta itemprop="inLanguage" content="ru"/>
<meta itemprop="headline name" content="<?= htmlspecialchars( get_the_title() ) ?>" />
<meta itemprop="dateModified" content="<?= the_modified_date("c"); ?>"/>
<?php
get_template_part("template-parts/micro/terms");
?>
<!--[/micro/post]-->