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:
authoruPagge <upagge@mail.ru>2020-12-03 20:45:58 +0300
committeruPagge <upagge@mail.ru>2020-12-03 20:45:58 +0300
commit704111e5a51a3542f0eee204aafa6633371f945b (patch)
treeced3efd0743840bac1b28e5dde5c88afa1d725aa /layouts/partials/comment.html
parent37f0e2a03adbf69308b30c251d4e25ee90d91ab2 (diff)
html error fix
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 8e0dfbc..64f5307 100644
--- a/layouts/partials/comment.html
+++ b/layouts/partials/comment.html
@@ -95,7 +95,7 @@
{{- if $telegram.outlined -}}
{{- $attr = printf `%v data-outlined="1"` $attr -}}
{{- end -}}
- <script type="text/javascript" src="https://comments.app/js/widget.js?3" {{ with $attr }} {{ . | safeHTMLAttr }}{{ end }}></script>
+ <script src="https://comments.app/js/widget.js?3" {{ with $attr }} {{ . | safeHTMLAttr }}{{ end }}></script>
<noscript>
Please enable JavaScript to view the comments powered by <a href="https://comments.app/">Telegram Comments</a>.
</noscript>