Dynamically generates the index_header.html from a template file
Source:R/utils_render_register_htmls.R
create_index_header_html.RdDynamically generates the index_header.html from a template file
Usage
create_index_header_html(
output_dir,
schema_org_jsonld = "",
include_version_in_meta = TRUE,
signposting = ""
)Arguments
- output_dir
The output directory
- schema_org_jsonld
Optional Schema.org JSON-LD string to include in header (default: "")
- include_version_in_meta
Whether to include version info in meta generator tag (default: TRUE). Set to FALSE for individual detail pages (will use "codecheck" only).
- signposting
Optional FAIR Signposting `<link>` elements for the page, see [generate_page_signposting()] (default: "")