Table of Contents

Page Footer Slot

About

The page footer slot is a slot that replaces the default fat footer of the template.

How to

To create this slot, you need to create a markup document/page with the name slot_footer

Example: with:

<bar class="p-3" background-color="gradient-light">

<grid>

<box>
**First Cell** \\
Powered by [[:start|ComboStrap]] \\
[[[email protected]?subject=Contact via WebSite|[email protected]]] \\
</box>

<box>
**Second Cell** \\
[[#|Security]]\\
[[#|Release (Changes)]]\\
</box>
</grid>
</bar>

This code will output the following:

First Cell
Powered by ComboStrap
[email protected]

Configuration

By default, the name of the footer slot page is slot_footer.

But you can change it with the footerSlotPageName configuration