Remove talkyard

Signed-off-by: René Jochum <rene@jochum.dev>
master v1.1.13
René Jochum 2 years ago
parent a89257291f
commit e8ba370d46

@ -37,9 +37,6 @@ params:
AuthorName: "René Jochum"
talkyardServerUrl: "https://comments-for-rene-jochum-dev.talkyard.net"
talkyardScriptUrl: "https://c1.ty-cdn.net/-/talkyard-comments.min.js"
# Settings
DateFormat: 2. Jan 2006

@ -1,12 +1,6 @@
<div class="home_single_post comment_area">
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-8 col-xs-offset-0 col-sm-offset-2 col-md-offset-2 col-lg-offset-2">
{{"<!-- begin comments //-->" | safeHTML}}
<!-- 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>
{{"<!-- end comments //-->" | safeHTML}}
</div>
</div>
</div>

@ -1,8 +1,3 @@
{{ "<!-- talkyard -->" | safeHTML }}
<script>talkyardServerUrl='{{ .Site.Params.talkyardServerUrl }}';</script>
<script async defer src="{{ .Site.Params.talkyardScriptUrl }}"></script>
{{ "<!-- end talkyard -->" | safeHTML }}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9ET9Z12C0F"></script>
<script>

Loading…
Cancel
Save