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.
13 lines
521 B
HTML
13 lines
521 B
HTML
{{ $page := . }}
|
|
|
|
{{ with $page.Param "paige.comments.muut" }}
|
|
{{ $href := printf "https://muut.com/i/%s/comments" .account_id }}
|
|
{{ $target := partial "paige/target.html" (dict "page" $page "url" $href) }}
|
|
|
|
<div class="mb-3" id="paige-comments">
|
|
<a href="{{ $href }}" class="muut" type="dynamic" {{ with $target }} target="{{ . }}" {{ end }}>Comments</a>
|
|
<script src="https://cdn.muut.com/1/moot.min.js"></script>
|
|
<noscript>{{ i18n "paige_noscript" }}</noscript>
|
|
</div>
|
|
{{ end }}
|