docs: index: Fix import of blog planet javascript

Similarly to previous commit drop the 'type' attribute which is frowned
upon by the HTML standard.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Peter Krempa 2024-02-29 15:47:50 +01:00
parent 6ecbc16050
commit bf4a709ebe

View File

@ -65,7 +65,7 @@ Blog Planet
.. raw:: html .. raw:: html
<script type="text/javascript" src="js/virt-tools-blog-planet.js"> <script src="js/virt-tools-blog-planet.js">
</script> </script>
<div id="planet"> </div> <div id="planet"> </div>