You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
356 B
HTML
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 }}
|