Reset positioning of `rel="permalink"` anchors
1 files changed, 4 insertions(+), 0 deletions(-) M _sass/minimal-mistakes/_archive.scss
M _sass/minimal-mistakes/_archive.scss => _sass/minimal-mistakes/_archive.scss +4 -0
@@ 50,6 50,10 @@ bottom: 0; } + a[rel="permalink"]::before { + content: none; + } + a + a { opacity: 0.5; }