Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

custom html before content

#2117
Avatar photo[anonymous]

You can’t use any these locations:

<html>
    <head>
    </head>

    <body>

  {!-- Insert some custom code by Custom HTML tool --}}
  {{{@bodyCustomCode}}}

  
<main class="main"> {{#if @customHTML.beforePost}} {{/if}} {{#if @customHTML.afterPost}} {{/if}} </main>
{{!-- Insert some custom code by Custom HTML tool --}} {{{@footerCustomCode}}} </body> </html>

If not, don’t forget that you have full control over your theme!

All the code is there and you can add whatever you want (see the developers documentation).