Download

@customHTML global variable

The @customHTML global variable contains an object with custom HTML code defined by theme author. To create custom HTML areas in your theme, you need to add the customHTML section in the renderer section of the theme config.json file:

"renderer": {
    "renderRelatedPosts": false,
    "renderSimilarPosts": false,
    "renderPrevNextPosts": false,
    "createContentStructure": false,
    "customHTML": {
        "beforePost": "Before every post",
        "afterPost": "After every post"
    }
},

Above code will create two new custom HTML sections - beforePost and afterPost - they are available through @customHTML.beforePost and @customHTML.afterPost variables.

The custom HTML code for these sections can be defined under Tools -> Custom HTML section of Publii.

What are you waiting for?

Start building your site today.

  1. 1 Download Publii
  2. 2 Write your content
  3. 3 Publish your site
Create website