blog/layouts/partials/comments.html

8 lines
254 B
HTML
Raw Normal View History

2022-03-05 04:16:30 +03:00
<div class="post-content" style="border-top: 1px solid gray">
2023-01-12 20:49:43 +03:00
<h2>Комментарии</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>