Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Update comment.html
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyFor authored and victor-pogor committed Aug 9, 2021
1 parent 2b0c4c4 commit bba43b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layouts/partials/comment.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
{{- if $waline.enable -}}
<div id="waline"></div>
{{- $source := $cdn.walineJS | default "/lib/waline/Waline.min.js" -}}
{{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
{{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
<script src='{{ $source }}'></script>
<script>
Waline({
Expand All @@ -150,9 +150,9 @@
{{- if $twikoo.enable -}}
<div id="twikoo"></div>
{{- $source := $cdn.twikooJS | default "/lib/twikoo/twikoo.all.min.js" -}}
{{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
<script src='{{ $source }}'></script>
<script>
{{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
<script src='{{ $source }}'></script>
<script>
twikoo.init({
envId: '{{ $twikoo.evnId }}',
el: '#twikoo',
Expand Down

0 comments on commit bba43b6

Please sign in to comment.