change theme again :D

This commit is contained in:
naoufal zerai
2022-08-18 15:20:15 -04:00
parent dee5809c1a
commit 5dba10766d
287 changed files with 28330 additions and 1506 deletions

View File

@@ -0,0 +1,16 @@
{{- if or (eq .Params.comments true) (and (ne .Params.comments false) (eq site.Params.comments.enable true)) -}}
<section class="article discussion">
{{- if gt (len site.DisqusShortname) 0 -}}
{{- template "_internal/disqus.html" . -}}
{{- else if ne site.Params.comments.utterances.repo "" -}}
<script
src="https://utteranc.es/client.js"
repo="{{- site.Params.comments.utterances.repo }}"
issue-term="{{ default "pathname" site.Params.comments.utterances.issueTerm }}"
label="{{- default "" site.Params.comments.utterances.label -}}"
theme="{{- default "github-light" site.Params.comments.utterances.theme -}}"
crossorigin="anonymous" async>
</script>
{{- end -}}
</section>
{{- end -}}