change label above giscus comments

This commit is contained in:
John Bowdre 2024-04-27 13:27:03 -05:00
parent 78d51f9014
commit 4c73261c8c

View file

@ -60,7 +60,7 @@
{{- if and (eq .Site.Params.comments true) (ne $emailReplies false) }}
<span class="post_email_reply"><a href="mailto:blogreply-{{ .Title | truncate 40 | urlize}}@runtimeterror.dev?Subject=Re: {{ .Title }}">📧 Reply via email</a></span>
{{- end }}
<br><details><summary>Expand comments</summary>
<br><details><summary>Comments</summary>
{{- partial "comments" . }}
</details>
{{- end }}