diff --git a/docs/index.html b/docs/index.html index 39b5c182..0c0d3b8e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@ - + @@ -7170,7 +7170,16 @@ for(let L = 1; L <= order; L++) { almost no rights reserved. Go do something cool with it! - - + diff --git a/docs/ja-JP/index.html b/docs/ja-JP/index.html index 492e09e3..9e37b70e 100644 --- a/docs/ja-JP/index.html +++ b/docs/ja-JP/index.html @@ -33,7 +33,7 @@ - + @@ -7007,7 +7007,16 @@ for(let L = 1; L <= order; L++) { almost no rights reserved. Go do something cool with it! - - + diff --git a/docs/js/site/disqus.js b/docs/js/site/disqus.js index b60a028d..8bf3a33a 100644 --- a/docs/js/site/disqus.js +++ b/docs/js/site/disqus.js @@ -13,6 +13,13 @@ let loadDisqus = () => { globalThis.disqus_config = function () { this.page.url = "https://pomax.github.io/bezierinfo"; this.page.identifier = "bezierinfo"; + this.callbacks.onReady = [ + function () { + setTimeout(() => { + document.dispatchEvent(new CustomEvent(`disqus:ready`)); + }, 200); + }, + ]; }; const script = document.createElement("script"); diff --git a/docs/news/2020-09-18.html b/docs/news/2020-09-18.html index f1fcb0f7..679c4390 100644 --- a/docs/news/2020-09-18.html +++ b/docs/news/2020-09-18.html @@ -27,7 +27,7 @@ - + @@ -255,8 +255,5 @@ draw() {
- - - diff --git a/docs/news/index.html b/docs/news/index.html index 8d76163c..539f0a12 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -26,7 +26,7 @@ - + @@ -101,8 +101,5 @@
- - - diff --git a/docs/news/rss.xml b/docs/news/rss.xml index 73f3210a..95eaf46c 100644 --- a/docs/news/rss.xml +++ b/docs/news/rss.xml @@ -6,7 +6,7 @@ News updates for the primer on Bézier Curves by Pomax en-GB - Fri Sep 25 2020 16:03:04 +00:00 + Fri Sep 25 2020 21:08:40 +00:00 https://pomax.github.io/bezierinfo/images/og-image.png A Primer on Bézier Curves diff --git a/docs/zh-CN/index.html b/docs/zh-CN/index.html index c7f5eee4..1b0d214b 100644 --- a/docs/zh-CN/index.html +++ b/docs/zh-CN/index.html @@ -33,7 +33,7 @@ - + @@ -6981,7 +6981,16 @@ for(let L = 1; L <= order; L++) { almost no rights reserved. Go do something cool with it! - - + diff --git a/src/html/index.template.html b/src/html/index.template.html index eda26641..a383ed2b 100644 --- a/src/html/index.template.html +++ b/src/html/index.template.html @@ -79,9 +79,18 @@ {% endblock %} - {% block scrollfix %} - - + {% block commenthash %} + {% endblock %} diff --git a/src/html/news.template.html b/src/html/news.template.html index ca159646..77215a5f 100644 --- a/src/html/news.template.html +++ b/src/html/news.template.html @@ -32,4 +32,6 @@ {% block footer %} This post is a news entry for the Primer on Bézier Curves -{% endblock%} \ No newline at end of file +{% endblock%} + +{% block commenthash %}{% endblock %} diff --git a/src/html/post.template.html b/src/html/post.template.html index d5552878..0070c4c9 100644 --- a/src/html/post.template.html +++ b/src/html/post.template.html @@ -18,4 +18,6 @@ {% block footer %} This post is a news entry for the Primer on Bézier Curves -{% endblock %} \ No newline at end of file +{% endblock %} + +{% block commenthash %}{% endblock %}