We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2695a28 commit ec65577Copy full SHA for ec65577
_layouts/post.html
@@ -202,11 +202,12 @@ <h5>FRIENDS</h5>
202
<!-- anchor-js, Doc:http://bryanbraun.github.io/anchorjs/ -->
203
<script>
204
async("//cdnjs.cloudflare.com/ajax/libs/anchor-js/1.1.1/anchor.min.js",function(){
205
- anchors.options = {
206
- visible: 'always',
207
- placement: 'right',
208
- icon: '#'
209
- };
+ // BY Fix:去除标题前的‘#’ issues:<https://github.com/qiubaiying/qiubaiying.github.io/issues/137>
+ // anchors.options = {
+ // visible: 'always',
+ // placement: 'right',
+ // icon: '#'
210
+ // };
211
anchors.add().remove('.intro-header h1').remove('.subheading').remove('.sidebar-container h5');
212
})
213
</script>
0 commit comments