Since Miredot 1.6 you can hide the Miredot logo in the HTML output. This is done by setting the the hideLogoOnTop configuration parameter.
<configuration>
<output>
<html>
<hideLogoOnTop>
true
</hideLogoOnTop>
</html>
</output>
</configuration>
output {
formats {
'html' {
hideLogoOnTop = true
}
}
}