change kudos prompt message

This commit is contained in:
John Bowdre 2024-01-22 10:55:58 -06:00
parent 51011ce0bc
commit c898f8ebe5

View file

@ -49,7 +49,7 @@
{{- $showKudos = false }} {{- $showKudos = false }}
{{- end }} {{- end }}
{{- if and (eq .Site.Params.analytics true) (ne $showKudos false) }} {{- if and (eq .Site.Params.analytics true) (ne $showKudos false) }}
<span class="post_kudos">Enjoyed this post?&nbsp;<button class="tinylytics_kudos"></button></span> <span class="post_kudos">Celebrate this post:&nbsp;<button class="tinylytics_kudos"></button></span>
{{- end }} {{- end }}
{{- partial "comments" . }} {{- partial "comments" . }}
{{- end }} {{- end }}