Skip to content

Commit ec65577

Browse files
committed
Delete Title #
1 parent 2695a28 commit ec65577

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: _layouts/post.html

+6-5
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,12 @@ <h5>FRIENDS</h5>
202202
<!-- anchor-js, Doc:http://bryanbraun.github.io/anchorjs/ -->
203203
<script>
204204
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-
};
205+
// BY Fix:去除标题前的‘#’ issues:<https://github.com/qiubaiying/qiubaiying.github.io/issues/137>
206+
// anchors.options = {
207+
// visible: 'always',
208+
// placement: 'right',
209+
// icon: '#'
210+
// };
210211
anchors.add().remove('.intro-header h1').remove('.subheading').remove('.sidebar-container h5');
211212
})
212213
</script>

0 commit comments

Comments
 (0)