Table of Contents Solo Theme

I was playing around with this tutorial:

But I went back to the Ghost.org tutorial and implemented that. I’m glad I figured out the H4 thing which is below for anyone else who is having that issue.

<script>
    tocbot.init({
        // Where to render the table of contents.
        tocSelector: '.gh-toc',
        // Where to grab the headings to build the table of contents.
        contentSelector: '.gh-content',
        // Which headings to grab inside of the contentSelector element.
        headingSelector: 'h2, h3',
        // Ensure correct positioning
        hasInnerContainers: true,
    });
</script>

Now I just need it pushed below the author metadata somehow, or shown to the right of the article (preferred).