nstrayer/tuftesque

Add ability to hide meta info from posts

Opened this issue · 0 comments

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.