We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d0a2c4 + c6a4020 commit cf6b570Copy full SHA for cf6b570
_layouts/post.html
@@ -39,7 +39,7 @@ <h1>{{ page.title }}</h1>
39
<script type="text/javascript">
40
var disqus_shortname = '{{ site.disqus_shortname }}';
41
var disqus_identifier = '{{ page.id }}';
42
- var disqus_title = '{{ page.title }}';
+ var disqus_title = {{ page.title | jsonify }};
43
44
(function() {
45
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
0 commit comments