diff options
Diffstat (limited to 'themes/hugo-theme-stack/layouts/partials/comments/provider/cactus.html')
-rw-r--r-- | themes/hugo-theme-stack/layouts/partials/comments/provider/cactus.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/themes/hugo-theme-stack/layouts/partials/comments/provider/cactus.html b/themes/hugo-theme-stack/layouts/partials/comments/provider/cactus.html deleted file mode 100644 index ae172d3..0000000 --- a/themes/hugo-theme-stack/layouts/partials/comments/provider/cactus.html +++ /dev/null @@ -1,29 +0,0 @@ -{{- with .Site.Params.comments.cactus -}} -{{- partial "helper/external" (dict "Context" $ "Namespace" "Cactus") -}} - -<style> - .cactus-editor-textarea { - color: var(--body-text-color); - } - - .cactus-comment-header { - color: var(--card-text-color-main); - } - - .cactus-message-text > p { - color: var(--body-text-color); - } -</style> - -<div id="comment-section"></div> - -<script> - initComments({ - node: document.getElementById("comment-section"), - defaultHomeserverUrl: "{{ .defaultHomeserverUrl | safeJS }}", - serverName: "{{ .serverName }}", - siteName: "{{ .siteName }}", - commentSectionId: "{{ $.File.UniqueID }}" - }) -</script> -{{- end -}} |