Files
paige-hugo/layouts/partials/paige/comments/muut.html
2023-03-04 15:25:40 -08:00

10 lines
356 B
HTML

{{ $page := . }}
{{ with $page.Param "paige.comments.muut" }}
<div class="mb-3" id="paige-comments">
<a href="https://muut.com/i/{{ .account_id }}/comments" class="muut" type="dynamic">Comments</a>
<script src="https://cdn.muut.com/1/moot.min.js"></script>
<noscript>{{ i18n "paige_noscript" }}</noscript>
</div>
{{ end }}