mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
remove giscus comments
This commit is contained in:
parent
69b8bb14dc
commit
4956f27730
4 changed files with 0 additions and 50 deletions
|
@ -38,20 +38,6 @@ robots = [
|
|||
|
||||
# Comments
|
||||
comments = true
|
||||
giscusCategory = "Announcements"
|
||||
giscusCategoryId = "DIC_kwDOKKEGD84CcG89"
|
||||
giscusCrossOrigin = "anonymous"
|
||||
giscusEmitMetadata = "0"
|
||||
giscusInputPosition = "bottom"
|
||||
giscusLang = "en"
|
||||
giscusLoading = "lazy"
|
||||
giscusMapping = "og:title"
|
||||
giscusReactions = "0"
|
||||
giscusRepo = "jbowdre/site-comments"
|
||||
giscusRepoId = "R_kgDOKKEGDw"
|
||||
giscusStrict = "0"
|
||||
giscusTheme = "noborder_gray"
|
||||
|
||||
analytics = true
|
||||
kudos = true
|
||||
emailReplies = true
|
||||
|
|
|
@ -63,9 +63,6 @@
|
|||
{{- $address := printf "blogreply.%s@%s" $path "runtimeterror.dev" }}
|
||||
<span class="post_email_reply"><a href="mailto:{{ $address }}?Subject=Re: {{ .Title }}">📧 Reply by email</a></span>
|
||||
{{- end }}
|
||||
<br><details class="comments_widget"><summary>Comments</summary>
|
||||
{{- partial "comments" . }}
|
||||
</details>
|
||||
{{- end }}
|
||||
<footer class="content__footer"></footer>
|
||||
{{ end }}
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
{{ if isset site.Params "giscusrepo" }}
|
||||
<div class="post_comments">
|
||||
<script src="https://giscus.runtimeterror.dev/client.js"
|
||||
data-repo="{{ .Site.Params.giscusRepo }}"
|
||||
data-repo-id="{{ .Site.Params.giscusRepoId }}"
|
||||
data-category="{{ .Site.Params.giscusCategory }}"
|
||||
data-category-id="{{ .Site.Params.giscusCategoryId }}"
|
||||
data-mapping="{{ .Site.Params.giscusMapping }}"
|
||||
data-strict="{{ .Site.Params.giscusStrict }}"
|
||||
data-reactions-enabled="{{ .Site.Params.giscusReactions }}"
|
||||
data-emit-metadata="{{ .Site.Params.giscusEmitMetadata }}"
|
||||
data-input-position="{{ .Site.Params.giscusInputPosition }}"
|
||||
data-theme="{{ .Site.Params.giscusTheme }}"
|
||||
data-lang="{{ .Site.Params.giscusLang }}"
|
||||
data-loading="{{ .Site.Params.giscusLoading }}"
|
||||
crossorigin="{{ .Site.Params.giscusCrossOrigin }}"
|
||||
async>
|
||||
</script>
|
||||
</div>
|
||||
{{ end }}
|
|
@ -391,16 +391,3 @@ a.tinylytics_webring {
|
|||
hr {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
/* summary styling */
|
||||
details {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
details.comments_widget summary::before {
|
||||
content: 'Load ';
|
||||
}
|
||||
|
||||
details[open].comments_widget summary::before {
|
||||
content: 'Hide ';
|
||||
}
|
Loading…
Reference in a new issue