The options you have are
1. not to use tags at all
2. Since this is open source code, you can go into the css styles and hide it.
To do this you will need this bit of code
This should hide the tag title and the tag:
span.mbt-meta-item.mbt-meta-mbt_tag {
- display: none;
}