aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 16:00:09 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 16:00:09 +0200
commitcf74a24f4bf82bede5353af08f6f1927cac01782 (patch)
treeb741e984275f182f962acc2f1150c2e4bb22b97a /_layouts/post.html
parenta6839ee0f0bb633e846744a9bc0085cfdd145f29 (diff)
downloadmitjafelicijan.com-cf74a24f4bf82bede5353af08f6f1927cac01782.tar.gz
update
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 8deb771..1f9b350 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -47,6 +47,30 @@
47 47
48 {{ content }} 48 {{ content }}
49 49
50 <div id="HCB_comment_box" class="comments">Loading comments ...</div>
51 <script type="text/javascript" id="hcb">
52 if (!window.hcb_user) {
53 hcb_user = {
54 logout_link: "logout",
55 admin_link: "admin",
56 reply: "reply",
57 flag: "flag",
58 like: "like",
59 prev_page: "prev",
60 next_page: "next",
61 };
62 }
63 hcb_user.PAGE = "https://mitjafelicijan.com/";
64 (function() {
65 var s = document.createElement("script"),
66 l = hcb_user.PAGE || ("" + window.location).replace(/'/g, "%27"),
67 h = "//www.htmlcommentbox.com";
68 s.setAttribute("type", "text/javascript");
69 s.setAttribute("src", h + "/jread?page=" + encodeURIComponent(l).replace("+", "%2B") + "&mod=%241%24wq1rdBcg%24MpQDCL74rJm9DREvceKL%2F1" + "&opts=16399&num=10&ts=1490664489345");
70 if (typeof s != "undefined") document.getElementsByTagName("head")[0].appendChild(s);
71 })();
72 </script>
73
50 </article> 74 </article>
51 75
52 {% include footer.html %} 76 {% include footer.html %}