+ remark42 comments
This commit is contained in:
@@ -1 +1,22 @@
|
||||
{{ if or (eq (substr .URL 0 6) "/post/") (eq (substr .URL 0 6) "/page/") }}
|
||||
<script type="text/javascript">
|
||||
var remark_config = {
|
||||
host: "https://remark.b4tman.ru",
|
||||
site_id: 'blog.b4tman.ru',
|
||||
components: ['embed'],
|
||||
max_shown_comments: 15,
|
||||
theme: 'light'
|
||||
};
|
||||
|
||||
(function(c) {
|
||||
for(var i = 0; i < c.length; i++){
|
||||
var d = document, s = d.createElement('script');
|
||||
s.src = remark_config.host + '/web/' +c[i] +'.js';
|
||||
s.defer = true;
|
||||
(d.head || d.body).appendChild(s);
|
||||
}
|
||||
})(remark_config.components || ['embed']);
|
||||
</script>
|
||||
{{ end }}
|
||||
|
||||
<!-- Yandex.Metrika counter --> <script type="text/javascript" > (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter48214757 = new Ya.Metrika2({ id:48214757, clickmap:true, trackLinks:true, accurateTrackBounce:true, trackHash:true, ut:"noindex" }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/tag.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks2"); </script> <noscript><div><img src="https://mc.yandex.ru/watch/48214757?ut=noindex" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter -->
|
5
layouts/partials/remark42.html
Normal file
5
layouts/partials/remark42.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<div id="remark42" class="comments">
|
||||
<noscript>
|
||||
Please enable JavaScript to view the comments powered by Remark42.
|
||||
</noscript>
|
||||
</div>
|
Reference in New Issue
Block a user