aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-09-30 08:42:22 +0300
committerValentin Popov <info@valentineus.link>2018-09-30 08:42:22 +0300
commitdbb5bfa521c4a90e343d9e3ab83dde238352cb64 (patch)
treed754f0fca7d86875ce941f9a3cb78485c6327503
parent20cea69f4ce9dae3c4900c97f3f936c74ecb8a6d (diff)
downloadpopov.link-dbb5bfa521c4a90e343d9e3ab83dde238352cb64.tar.xz
popov.link-dbb5bfa521c4a90e343d9e3ab83dde238352cb64.zip
Fix of is name
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--_includes/comments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/comments.html b/_includes/comments.html
index c8f252a..30161da 100644
--- a/_includes/comments.html
+++ b/_includes/comments.html
@@ -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); }