We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7871312 commit 71fe734Copy full SHA for 71fe734
_includes/head.html
@@ -50,7 +50,7 @@
50
});
51
</script>
52
<script type="text/javascript"
53
- src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+ src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
54
55
{% endif %}
56
</head>
_layouts/post.html
@@ -79,7 +79,9 @@ <h2 id="comments">Comments</h2>
79
Content
80
</div>
81
<ul id="content-side" class="content-ul">
82
+ {% if hasSimilar.size > 0 %}
83
<li><a href="#similar_posts">Similar Posts</a></li>
84
+ {% endif %}
85
<li><a href="#comments">Comments</a></li>
86
</ul>
87
0 commit comments