mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-05 08:13:40 +00:00
27 lines
610 B
HTML
27 lines
610 B
HTML
<script
|
|
type="text/javascript"
|
|
src="https://storage.ko-fi.com/cdn/widget/Widget_2.js"
|
|
></script>
|
|
<script type="text/javascript">
|
|
kofiwidget2.init("Buy me a coffee", "#32344a", "F1F2S4LWI");
|
|
kofiwidget2.draw();
|
|
</script>
|
|
|
|
{{- $config := .Site.Params.comments -}}
|
|
|
|
{{- $utterancesEnabled := $config.utterances.enable -}}
|
|
|
|
{{- if $utterancesEnabled -}}
|
|
<br>
|
|
<br>
|
|
<section id='comments' class='comments'>
|
|
<div class='container sep-before'>
|
|
<div class='comments'>
|
|
{{- if $utterancesEnabled -}}
|
|
{{ partial "comments/utterances" . }}
|
|
{{- end -}}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{{- end -}}
|