mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 20:13:31 +08:00
Load external dependencies for cactus comments in the comments provider
This commit is contained in:
parent
f4a9761867
commit
28c5cfca9c
@ -1,4 +1,6 @@
|
|||||||
{{- with .Site.Params.comments.cactus -}}
|
{{- with .Site.Params.comments.cactus -}}
|
||||||
|
{{- partial "helper/external" (dict "Context" . "Namespace" "Cactus") -}}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.cactus-editor-textarea {
|
.cactus-editor-textarea {
|
||||||
color: var(--body-text-color);
|
color: var(--body-text-color);
|
||||||
|
Loading…
Reference in New Issue
Block a user