Plugin: page-template

Add page headers / page footers / head elements, via config strings and/or .html files in your docset.

Status

✽ Partly implemented ✽

Config

type PageTemplatePluginConfig = {
    head_tags: string[],
}