Append some string to a MkDocs page's <head>.
pip install mk-append-to-headIn MkDocs configuration file:
plugins:
- mk-append-to-head:
append_str: <script>console.log(1)</script>
pages: ['Home'] # optionalLeaving pages empty will append the append_str to all pages.