2018-03-01 01:38:59 +00:00
|
|
|
{{ define "title" }}
|
|
|
|
{{ .Title }} · {{ .Site.Title }}
|
|
|
|
{{ end }}
|
|
|
|
{{ define "content" }}
|
|
|
|
{{ partial "page.html" . }}
|
|
|
|
{{ end }}
|
2020-09-12 18:01:40 +00:00
|
|
|
|
|
|
|
{{ if .Site.Params.talkyardServerUrl }}
|
|
|
|
<section class="comments">
|
|
|
|
<script>talkyardServerUrl='{{ .Site.Params.talkyardServerUrl }}';</script>
|
|
|
|
<script async defer src="{{ .Site.Params.talkyardScriptUrl }}"></script>
|
|
|
|
<!-- You can specify a per page discussion id on the next line, if your URLs might change. -->
|
|
|
|
<div class="talkyard-comments" data-discussion-id="{{ .Params.discussionId }}" style="margin-top: 45px;">
|
|
|
|
<noscript>Please enable Javascript to view comments.</noscript>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
{{ end }}
|