Skip to content

Commit 638ffae

Browse files
committed
no anchors
1 parent b67d0c0 commit 638ffae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

css/customstyles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,6 @@ a[download]:after { content: "\f019"; } /* dow
937937
transition: color .25s linear;
938938
content: "\f1dd"; /* paragraph */
939939
}
940-
.anchorjs-link[class^="panel-title"]:after { display: none; }
941940

942941
/* Strip the outbound icon when this class is present */
943942
a.noCrossRef:after,

js/customscripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $( document ).ready(function() {
1818
/**
1919
* AnchorJS
2020
*/
21-
anchors.add('h2,h3,h4,h5');
21+
// anchors.add('h2,h3,h4,h5');
2222

2323
});
2424

0 commit comments

Comments
 (0)