Open nstrayer opened 5 years ago
Right now there isn't a clean way to remove the header info like tags and author etc. It can be removed with the text snippet
<script> document.querySelector('.content-meta').remove() </script>
thrown in somewhere in the post but that's not elegant to say the least.
Right now there isn't a clean way to remove the header info like tags and author etc. It can be removed with the text snippet
thrown in somewhere in the post but that's not elegant to say the least.