nstrayer / tuftesque

A very similar style to the original tufte hugo theme but with a few modifications. Used in my blogdown blog.
MIT License
53 stars 9 forks source link

Add ability to hide meta info from posts #18

Open nstrayer opened 5 years ago

nstrayer commented 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.