mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-10-31 22:42:17 +00:00
change label above giscus comments
This commit is contained in:
parent
78d51f9014
commit
4c73261c8c
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue