diff options
author | Valentin Popov <info@valentineus.link> | 2018-09-30 08:42:22 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-09-30 08:42:22 +0300 |
commit | dbb5bfa521c4a90e343d9e3ab83dde238352cb64 (patch) | |
tree | d754f0fca7d86875ce941f9a3cb78485c6327503 | |
parent | 20cea69f4ce9dae3c4900c97f3f936c74ecb8a6d (diff) | |
download | popov.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.html | 2 |
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); } |