Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-05-13 14:29:37 +0300
committerGitHub <noreply@github.com>2020-05-13 14:29:37 +0300
commit39159a9a6d374396229d418ccabb45dbec49f1f6 (patch)
tree90489b014fc5b7ddd35f48f9332d94e90cf424c7 /layouts/partials/comment.html
parent762a7e538d291e0ede8ca4d64b2fcf12ec5d8e9c (diff)
feat(CDN): replace CDN config with CDN data file (#353)
Diffstat (limited to 'layouts/partials/comment.html')
-rw-r--r--layouts/partials/comment.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/comment.html b/layouts/partials/comment.html
index 1f18b30..c642365 100644
--- a/layouts/partials/comment.html
+++ b/layouts/partials/comment.html
@@ -51,7 +51,7 @@
{{- with $valine.serverURLs -}}
{{- $commentConfig = dict "serverURLs" . | dict "valine" | merge $commentConfig -}}
{{- end -}}
- {{- $commentConfig = $valine.emoji | default "facebook.yml" | printf "data/emoji/%s" | resources.Get | transform.Unmarshal | dict "valine" | merge $commentConfig -}}
+ {{- $commentConfig = $valine.emoji | default "google.yml" | printf "data/emoji/%s" | resources.Get | transform.Unmarshal | dict "valine" | merge $commentConfig -}}
<noscript>
Please enable JavaScript to view the comments powered by <a href="https://valine.js.org/">Valine</a>.
</noscript>