Remove Muut comments
This commit is contained in:
@@ -254,9 +254,6 @@ account_id = ""
|
||||
[paige.comments.isso] # See https://isso-comments.de
|
||||
script_url = ""
|
||||
|
||||
[paige.comments.muut] # See https://muut.com
|
||||
account_id = ""
|
||||
|
||||
[paige.comments.remark42] # See https://remark42.com
|
||||
host_url = ""
|
||||
site_id = ""
|
||||
|
@@ -8,7 +8,6 @@
|
||||
{{ partial "paige/comments/hyvor.html" $page }}
|
||||
{{ partial "paige/comments/intensedebate.html" $page }}
|
||||
{{ partial "paige/comments/isso.html" $page }}
|
||||
{{ partial "paige/comments/muut.html" $page }}
|
||||
{{ partial "paige/comments/remark42.html" $page }}
|
||||
{{ partial "paige/comments/replybox.html" $page }}
|
||||
{{ partial "paige/comments/utterances.html" $page }}
|
||||
|
@@ -1,12 +0,0 @@
|
||||
{{ $page := . }}
|
||||
|
||||
{{ with $page.Param "paige.comments.muut" }}
|
||||
{{ $href := printf "https://muut.com/i/%s/comments" .account_id }}
|
||||
{{ $target := partial "paige/target.html" (dict "page" $page "url" $href) }}
|
||||
|
||||
<div class="mb-3" id="paige-comments">
|
||||
<a href="{{ $href }}" class="muut" type="dynamic" {{ with $target }} target="{{ . }}" {{ end }}>Comments</a>
|
||||
<script src="https://cdn.muut.com/1/moot.min.js"></script>
|
||||
<noscript>{{ i18n "paige_noscript" }}</noscript>
|
||||
</div>
|
||||
{{ end }}
|
Reference in New Issue
Block a user