The theme bundles a few custom shortcodes (in addition to those provided natively by Hugo).

Contact

Insert contact details, such as address, e-mail or phone number, from a data file using the proper markup. The e-mail address will be encrpyted using (simple) javascript.

To use, create a data file config.yml and add the data using address, phone or mail as key.

{{< contact <address|phone|mail >}}`

Joe Public
4 Grove Road
West London
W51 5CT

Details

Use HTML5’s details element. The class parameter is optional, the summary can also be specified as a shorthand.

{{< details summary="This is the summary." class="classname" >}}
Contents. Supports **markdown**.
{{< /details >}}
This is the summary.
Contents. Supports markdown.

Forms

Render and insert a form from a data file. See forms.

{{< form <form-id> >}}

Yes, I have read the privacy policy and agree that the data I have provided may be collected and stored electronically. My data will only be used strictly for the purpose of processing and answering my enquiry.

Type to search or press esc to cancel.