2019-10-17 01:15:53 +02:00
|
|
|
{{ if ne .Params.page true }}
|
2019-10-14 16:06:54 +02:00
|
|
|
<div class="comments-container">
|
|
|
|
|
<h5>Comments</h5>
|
2019-10-17 01:15:53 +02:00
|
|
|
<noscript>
|
|
|
|
|
<p class="bg-info" style="text-align: center; padding: 5px;">
|
|
|
|
|
Comments are only visible with JavaScript enabled. They are
|
|
|
|
|
dynamically loaded from Mastodon. The code to display the
|
|
|
|
|
comments is Free Software and <a
|
|
|
|
|
href="https://src.mehl.mx/mxmehl/hugo-mastodon-comments">completely
|
|
|
|
|
transparent</a>.
|
|
|
|
|
</p>
|
|
|
|
|
</noscript>
|
2019-10-14 16:06:54 +02:00
|
|
|
<div id="statistics">
|
|
|
|
|
<div id="like-count-container"></div><div id="reblog-count-container"></div><div id="reply-count-container"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="clear"></div>
|
|
|
|
|
<div id="comments"></div>
|
|
|
|
|
<div class="clear"></div>
|
|
|
|
|
<div id="reference"></div>
|
|
|
|
|
</div>
|
2019-10-17 01:15:53 +02:00
|
|
|
{{ end }}
|
2019-10-14 16:06:54 +02:00
|
|
|
|
|
|
|
|
<script>var RelPermalink="{{ .RelPermalink }}"</script>
|
2019-10-16 19:46:39 +02:00
|
|
|
<script>var MastodonUser="{{ .Site.Params.mastodoncomments.user }}"</script>
|
|
|
|
|
<script>var BlogRegex="{{ .Site.Params.mastodoncomments.regex }}"</script>
|
|
|
|
|
<script>var CommentsContact="{{ .Site.Params.mastodoncomments.contact }}"</script>
|