Compare commits
2 Commits
132f194432
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 7be5dd910b | |||
| 07bf07f78e |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 138 KiB |
@@ -96,7 +96,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
|
|||||||
sharingLinks = [ "reddit", "email", "telegram"]
|
sharingLinks = [ "reddit", "email", "telegram"]
|
||||||
# showZenMode = false
|
# showZenMode = false
|
||||||
# externalLinkForceNewTab = false # disable to allow external links in the same tab (defaults to true)
|
# externalLinkForceNewTab = false # disable to allow external links in the same tab (defaults to true)
|
||||||
# showComments = true
|
showComments = true
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
showHero = true
|
showHero = true
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ slug: "shortcodes"
|
|||||||
tags: ["shortcodes", "mermaid", "icon", "lead", "docs"]
|
tags: ["shortcodes", "mermaid", "icon", "lead", "docs"]
|
||||||
series: ["Документация"]
|
series: ["Документация"]
|
||||||
series_order: 8
|
series_order: 8
|
||||||
|
showComments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo даёт [стандартные shortcodes](https://gohugo.io/content-management/shortcodes/). Blowfish добавляет свои — для типичных задач блога.
|
Hugo даёт [стандартные shortcodes](https://gohugo.io/content-management/shortcodes/). Blowfish добавляет свои — для типичных задач блога.
|
||||||
|
|||||||
@@ -1,14 +1,3 @@
|
|||||||
<!-- VK Comments Widget -->
|
<!-- Comments Widget -->
|
||||||
<div class="vk-comments-wrap">
|
<script defer src="https://comments.oakazanin.ru/comentario.js"></script>
|
||||||
<div id="vk_comments"></div>
|
<comentario-comments no-fonts="true" lang="ru" theme="light"></comentario-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>
|
|
||||||
Reference in New Issue
Block a user