parent
961d51fb37
commit
dc5d480414
|
|
@ -40,8 +40,6 @@ fingerprintAlgorithm = "sha512" # Valid values are "sha512" (default), "sha384",
|
|||
giteaDefaultServer = "https://git.fsfe.org"
|
||||
forgejoDefaultServer = "https://v11.next.forgejo.org"
|
||||
|
||||
showComments = true
|
||||
|
||||
[header]
|
||||
layout = "fixed" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
|
||||
|
||||
|
|
@ -173,7 +171,7 @@ showComments = true
|
|||
# google = ""
|
||||
# bing = ""
|
||||
# pinterest = ""
|
||||
# yandex = ""
|
||||
yandex = "de1d55cab974c33e"
|
||||
# fediverse = ""
|
||||
|
||||
[rssnext]
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue