Revert "feat: добавил VK комментарии"

This reverts commit 961d51fb37.
This commit is contained in:
Astronit 2026-02-20 12:14:49 +00:00
parent 961d51fb37
commit dc5d480414
2 changed files with 1 additions and 15 deletions

View File

@ -40,8 +40,6 @@ fingerprintAlgorithm = "sha512" # Valid values are "sha512" (default), "sha384",
giteaDefaultServer = "https://git.fsfe.org" giteaDefaultServer = "https://git.fsfe.org"
forgejoDefaultServer = "https://v11.next.forgejo.org" forgejoDefaultServer = "https://v11.next.forgejo.org"
showComments = true
[header] [header]
layout = "fixed" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur layout = "fixed" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
@ -173,7 +171,7 @@ showComments = true
# google = "" # google = ""
# bing = "" # bing = ""
# pinterest = "" # pinterest = ""
# yandex = "" yandex = "de1d55cab974c33e"
# fediverse = "" # fediverse = ""
[rssnext] [rssnext]

View File

@ -1,12 +0,0 @@
<!-- VK Comments Widget -->
<div id="vk_comments"></div>
<script type="text/javascript" src="https://vk.com/js/api/openapi.js?169"></script>
<script type="text/javascript">
VK.init({apiId: 54459311, onlyWidgets: true});
VK.Widgets.Comments("vk_comments", {
limit: 10,
attach: "*",
autoPublish: 0,
pageUrl: "{{ .Permalink }}"
});
</script>