Fix of is name

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-09-30 09:42:22 +04:00
parent 20cea69f4c
commit dbb5bfa521
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -25,7 +25,7 @@
<script defer type="text/javascript">
window.addEventListener("load", function () {
Github.getComments(
"{{ site.repos | strip_newlines | strip_html | strip | normalize_whitespace | slugify | xml_escape }}",
"{{ site.repos | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}",
"{{ page.issue | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape | round }}",
function (error, comments) {
if (error) { throw new Error(error); }