blog/layouts/partials/comments.html

8 lines
261 B
HTML
Raw Normal View History

2022-03-05 04:16:30 +03:00
<div class="post-content" style="border-top: 1px solid gray">
2022-05-30 23:48:20 +03:00
<h2><s>Комментарии</s></h2>
2023-01-12 20:48:19 +03:00
<div id="vk_comments"></div>
<script type="text/javascript">
VK.Widgets.Comments("vk_comments", {limit: 10, attach: "*"});
</script>
2022-03-05 04:16:30 +03:00
</div>