parent
961d51fb37
commit
dc5d480414
|
|
@ -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]
|
||||||
|
|
|
||||||
|
|
@ -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